diff options
author | Jonathon Hill <jhill@brandmovers.com> | 2012-10-31 19:02:35 +0100 |
---|---|---|
committer | Jonathon Hill <jhill@brandmovers.com> | 2012-10-31 19:02:35 +0100 |
commit | 34c8b9c45fdcd2eb0eee5e2275a52e4c2faed5dc (patch) | |
tree | 660e13e2c915e4127e0575723cdd6c3f9a48cca2 /user_guide_src/source/changelog.rst | |
parent | 936a8fe74fdefe099fceb2c93c2eab22370d8915 (diff) |
Added support for timestamp-based migrations
Signed-off-by: Jonathon Hill <jhill@brandmovers.com>
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 065daf54b..f45cc5cd7 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -227,6 +227,9 @@ Release Date: Not Released - Added support for hashing algorithms other than SHA1 and MD5. - Removed previously deprecated ``sha1()`` method. - Changed :doc:`Language Library <libraries/language>` method ``load()`` to filter the language name with ``ctype_digit()``. + - :doc:`Migration Library <libraries/migration>` changes include: + - Added support for timestamp-based migrations (enabled by default) + - Added ``$config['migration_style']`` to allow switching between sequential migrations and timestamp migrations - Core |