diff options
author | Yasuo Honda <yasuo.honda@gmail.com> | 2018-06-01 06:55:40 +0000 |
---|---|---|
committer | Yasuo Honda <yasuo.honda@gmail.com> | 2018-06-01 06:57:00 +0000 |
commit | 22523065c80390db919bbd7a0ba439a1a90deeb6 (patch) | |
tree | 216401b47a1dbf3620c3d3fa9c3e96ecb1503701 | |
parent | 3875f5fccb437e5e25942f85f89a8c7c5e558006 (diff) | |
download | rails-22523065c80390db919bbd7a0ba439a1a90deeb6.tar.gz rails-22523065c80390db919bbd7a0ba439a1a90deeb6.tar.bz2 rails-22523065c80390db919bbd7a0ba439a1a90deeb6.zip |
[skip ci] Add changelog about bumping minimum SQLite version to 3.8
Related to #32923
-rw-r--r-- | activerecord/CHANGELOG.md | 4 |
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. |