aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index fd2c5dd9bb..4aa1853bde 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,6 +1,4 @@
-* Option to remove standardized column types/arguments spaces in schema dump
- with `ActiveRecord::SchemaDumper.standardized_argument_widths` and
- `ActiveRecord::SchemaDumper.standardized_type_widths` methods.
+* Remove standardized column types/arguments spaces in schema dump.
*Tim Petricola*