aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-01-05 11:09:29 +0100
committerYves Senn <yves.senn@gmail.com>2015-01-05 11:09:29 +0100
commita076256d63f64d194b8f634890527a5ed2651115 (patch)
tree0cd85d4f5bb5154d16fb81d57d9daebb5440b57b /activerecord/CHANGELOG.md
parent5cc08e1977b2904bf4ff958f5a935ae297e5ed49 (diff)
downloadrails-a076256d63f64d194b8f634890527a5ed2651115.tar.gz
rails-a076256d63f64d194b8f634890527a5ed2651115.tar.bz2
rails-a076256d63f64d194b8f634890527a5ed2651115.zip
remove deprecated support for PG ranges with exclusive lower bounds.
addresses https://github.com/rails/rails/commit/91949e48cf41af9f3e4ffba3e5eecf9b0a08bfc3#commitcomment-9144563
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 7cd991f26b..e54d06e935 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Remove deprecated support for PostgreSQL ranges with exclusive lower bounds.
+
+ *Yves Senn*
+
* Remove deprecation when modifying a relation with cached arel.
This raises an `ImmutableRelation` error instead.