aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 1af9a57e4f..904ac5c26a 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,9 +1,3 @@
-* Add note that partial indexes are only supported by Postgres and SQLite.
-
- Fixes #18106
-
- *Grey Baker*
-
* Fixed a bug where uniqueness validations would error on out of range values,
even if an validation should have prevented it from hitting the database.