diff options
author | Jonathon Hill <jhill@brandmovers.com> | 2012-11-12 23:26:12 +0100 |
---|---|---|
committer | Jonathon Hill <jhill@brandmovers.com> | 2012-11-12 23:26:12 +0100 |
commit | 49c5edaf5c1720d17def3f7fec5d0f6e2d546fb5 (patch) | |
tree | 616f8149e28b4b65491ce3d533c4f4672c707d66 | |
parent | b719bfdb268926e764a787ffcab1a3ea9c9759d7 (diff) |
Fixed a typo
Signed-off-by: Jonathon Hill <jhill@brandmovers.com>
-rw-r--r-- | user_guide_src/source/changelog.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 707d8b3ea..51ebd2436 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -252,7 +252,7 @@ Release Date: Not Released - :doc:`Profiler Library <general/profiling>` now also displays database object names. - :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 + - Added ``$config['migration_type']`` to allow switching between sequential migrations and timestamp migrations - Core |