diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2016-12-29 01:20:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-29 01:20:38 -0500 |
commit | 003d6feb0d6086780b87bd80e8e8be78c10879cb (patch) | |
tree | bdd2c9fc0a3db074cde918c31b604213103fdc24 /History.txt | |
parent | 1f5e99bb9c0da87deee796dd31f8e130a4cfd40b (diff) | |
parent | 3b1689f98c89f7e7a74c61e2894ed2bf81b2d56d (diff) | |
download | rails-003d6feb0d6086780b87bd80e8e8be78c10879cb.tar.gz rails-003d6feb0d6086780b87bd80e8e8be78c10879cb.tar.bz2 rails-003d6feb0d6086780b87bd80e8e8be78c10879cb.zip |
Merge pull request #462 from rails/arel-without-deprecation
Remove deprecated type cast support from Arel
Diffstat (limited to 'History.txt')
-rw-r--r-- | History.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/History.txt b/History.txt index ccc170c4a2..aacf6d7a16 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,7 @@ +* Enhancements + + * Remove deprecated type casting support in Arel + === 7.1.1 / 2016-07-27 * Bug Fixes |