Skip to content

Commit 6c3b58b

Browse files
committed
Add CHANGELOG entry for the latest change
1 parent ce0dc3f commit 6c3b58b

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Changelog
66
Next
77
----
88

9+
- Ensure non-lower-case replacements can also be substituted.
10+
Thanks go to @Julian for this change.
11+
912
2020.05.30.0
1013
------------
1114

sample/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99

1010
rst_prolog = """
1111
.. |author| replace:: Eleanor
12+
.. |FOO| replace:: fooreplace
1213
"""

sample/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Configuration
3030
.. prompt:: bash
3131
:substitutions:
3232

33-
echo "The author is |author|"
33+
echo "The author is |FOO|"
3434

3535
``code-block``
3636
--------------

0 commit comments

Comments
 (0)