Skip to content

Commit defbc5b

Browse files
committed
- 1.0.1
1 parent 4848be7 commit defbc5b

File tree

3 files changed

+22
-20
lines changed

3 files changed

+22
-20
lines changed

docs/build/changelog.rst

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,28 @@ Changelog
55

66
.. changelog::
77
:version: 1.0.1
8-
:include_notes_from: unreleased
8+
:released: October 17, 2018
9+
10+
.. change::
11+
:tags: bug, commands
12+
:tickets: 497
13+
14+
Fixed an issue where revision descriptions were essentially
15+
being formatted twice. Any revision description that contained
16+
characters like %, writing output to stdout will fail because
17+
the call to config.print_stdout attempted to format any
18+
additional args passed to the function.
19+
This fix now only applies string formatting if any args are provided
20+
along with the output text.
21+
22+
.. change::
23+
:tags: bug, autogenerate
24+
:tickets: 512
25+
26+
Fixed issue where removed method ``union_update()`` was used when a
27+
customized :class:`.MigrationScript` instance included entries in the
28+
``.imports`` data member, raising an AttributeError.
29+
930

1031
.. changelog::
1132
:version: 1.0.0

docs/build/unreleased/497.rst

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/build/unreleased/512.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)