aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 4b8e8f555d..85a14e5966 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -2,11 +2,6 @@
*Ryuta Kamizono*
-* Remove `initialize_schema_migrations_table` and `initialize_internal_metadata_table`
- internal public methods.
-
- *Ryuta Kamizono*
-
* Place generated migrations into the path set by `config.paths["db/migrate"]`.
*Kevin Glowacz*