diff options
author | Olly Cope <olly@ollycope.com> | 2016-06-09 14:20:47 +0000 |
---|---|---|
committer | Olly Cope <olly@ollycope.com> | 2016-06-09 14:20:47 +0000 |
commit | 5806c22f34c1535c7f960ab2511952ba005e2499 (patch) | |
tree | 0ebc10d214fb8294e2e52eb8cb5ab1bd728d3108 | |
parent | 9bd78b1b2375af499e32fb6d1201d4a0d9530ea5 (diff) | |
download | yoyo-5806c22f34c1535c7f960ab2511952ba005e2499.tar.gz |
Update changelog
-rwxr-xr-x | CHANGELOG.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6b17d98..a77fc54 100755 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,11 @@ CHANGELOG 5.0.2 ~~~~~ +* Bugfix: fix duplicate key error when using post-apply hooks (thanks to Robi + Wan for the report) +* Bugfix: migration steps are no longer loaded multiple times if + read_migrations is called more than once (thanks to Kyle McChesney for the + report) * Bugfix: make sure that the migration_table option is read from the config file (thanks to Frederik Holljen for the report and Manolo Micozzi for the fix) |