summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--user_guide_src/source/changelog.rst2
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