summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorOlly Cope <olly@ollycope.com>2018-06-11 19:23:36 +0000
committerOlly Cope <olly@ollycope.com>2018-06-11 19:23:36 +0000
commit453b6c12c8dd3d0030d1a73778edd9c7588c4c23 (patch)
tree32a5c2774a2b435711124c19e96d4920da13a4dd /CHANGELOG.rst
parent7c1dc07639a6e0a44d78d8750c1135561f6da6fc (diff)
downloadyoyo-453b6c12c8dd3d0030d1a73778edd9c7588c4c23.tar.gz
Added note to changelog for reapply migrations ordering fix
Diffstat (limited to 'CHANGELOG.rst')
-rwxr-xr-xCHANGELOG.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 768bc27..cbbb703 100755
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -16,6 +16,8 @@
* Added support for arbitrary keyword parameters in PostgreSQL URLs, allowing
eg ``sslmode=require`` to be specified.
* Bugfix: relative paths are correctly resolved in the config file.
+* Bugfix: fixed the ordering when applying migrations with the reapply command
+ (thanks to Goohu)
5.0.5 (released 2017-01-12)