aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2018-11-26 11:59:05 -0500
committerGitHub <noreply@github.com>2018-11-26 11:59:05 -0500
commit713e75d46dc75274a996661ed3ff773bc481d7a5 (patch)
tree8fdbc7bbd8ad0072f9b3a270be0cf91516fd1346 /activerecord/CHANGELOG.md
parent0fe258dbf9e32422ab1281af0279fa0ef37429a9 (diff)
parent6fb128d14427019b10e1ac5205f48f72feffe767 (diff)
downloadrails-713e75d46dc75274a996661ed3ff773bc481d7a5.tar.gz
rails-713e75d46dc75274a996661ed3ff773bc481d7a5.tar.bz2
rails-713e75d46dc75274a996661ed3ff773bc481d7a5.zip
Merge pull request #34520 from yahonda/bump_pg93
Bump the minimum version of PostgreSQL to 9.3
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 95f9cf6d14..6186595a56 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Bump minimum PostgreSQL version to 9.3.
+
+ *Yasuo Honda*
+
* Values of enum are frozen, raising an error when attempting to modify them.
*Emmanuel Byrd*