aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2018-06-01 16:13:41 +0900
committerGitHub <noreply@github.com>2018-06-01 16:13:41 +0900
commit455ed450cc92010f0930ff1a5e2f5baf770dfdae (patch)
tree216401b47a1dbf3620c3d3fa9c3e96ecb1503701 /activerecord
parent3875f5fccb437e5e25942f85f89a8c7c5e558006 (diff)
parent22523065c80390db919bbd7a0ba439a1a90deeb6 (diff)
downloadrails-455ed450cc92010f0930ff1a5e2f5baf770dfdae.tar.gz
rails-455ed450cc92010f0930ff1a5e2f5baf770dfdae.tar.bz2
rails-455ed450cc92010f0930ff1a5e2f5baf770dfdae.zip
Merge pull request #33041 from yahonda/add_changelog_to_bump_sqlite3
[skip ci] Add changelog about bumping minimum SQLite version to 3.8
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 5cefb5dfd7..d101b81e28 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Bump minimum SQLite version to 3.8
+
+ *Yasuo Honda*
+
* Fix parent record should not get saved with duplicate children records.
Fixes #32940.