Skip to content

Commit 3452979

Browse files
committed
changelog updates
Change-Id: I43bcd06ba5b48a97bc9270f33fbf893dc4c8408e
1 parent cc0e4db commit 3452979

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

docs/build/unreleased/1337.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
:tags: bug, autogenerate
33
:tickets: 1337
44

5-
Fixes `autogenerate.Rewriter` so that more than two instances could be
6-
chained together correctly, and `process_revision_directives` callable
7-
could also be chained.
5+
Fixed :class:`.Rewriter` so that more than two instances could be chained
6+
together correctly, also allowing multiple ``process_revision_directives``
7+
callables to be chained. Pull request courtesy zrotceh.
8+

docs/build/unreleased/1370.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
:tags: bug, environment
33
:tickets: 1369
44

5-
Fixed issue where ``get_x_arguments(as_dictionary=True)`` would fail if an
6-
argument key were passed without an equal sign ``=`` or a value.
7-
Behavior is repaired where this condition is detected and will return a
8-
blank string for the given key, consistent with the behavior where the
9-
``=`` sign is present and no value. Pull request courtesy Iuri de Silvio.
5+
Fixed issue where the method :meth:`.EnvironmentContext.get_x_argument`
6+
using the :paramref:`.EnvironmentContext.get_x_argument.as_dictionary`
7+
parameter would fail if an argument key were passed on the command line as
8+
a name alone, that is, without an equal sign ``=`` or a value. Behavior is
9+
repaired where this condition is detected and will return a blank string
10+
for the given key, consistent with the behavior where the ``=`` sign is
11+
present and no value. Pull request courtesy Iuri de Silvio.

0 commit comments

Comments
 (0)