File tree Expand file tree Collapse file tree 3 files changed +22
-20
lines changed Expand file tree Collapse file tree 3 files changed +22
-20
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,28 @@ Changelog
5
5
6
6
.. changelog ::
7
7
: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
+
9
30
10
31
.. changelog ::
11
32
:version: 1.0.0
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments