aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2016-08-12 20:19:41 -0300
committerGitHub <noreply@github.com>2016-08-12 20:19:41 -0300
commitcd8f5913e8d0c53da227471fe88bb2294f354faf (patch)
tree21e6159a6aa8bc7c2f6fb99e520d967cd64581f7 /activerecord/CHANGELOG.md
parentebcd02aea4c7654f6f0ab478aace0fd098806c89 (diff)
parent8b984161d62d2a5167b3a94e2ffd9873b52ee0f6 (diff)
downloadrails-cd8f5913e8d0c53da227471fe88bb2294f354faf.tar.gz
rails-cd8f5913e8d0c53da227471fe88bb2294f354faf.tar.bz2
rails-cd8f5913e8d0c53da227471fe88bb2294f354faf.zip
Merge pull request #26100 from vipulnsward/changelogs
Pass over changelogs
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index dfd9a07997..d0e900c305 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -47,7 +47,9 @@
*Xavier Noria*
* Using `group` with an attribute that has a custom type will properly cast
- the hash keys after calling a calculation method like `count`. Fixes #25595.
+ the hash keys after calling a calculation method like `count`.
+
+ Fixes #25595.
*Sean Griffin*
@@ -81,6 +83,7 @@
*Sean Griffin*
* Ensure hashes can be assigned to attributes created using `composed_of`.
+
Fixes #25210.
*Sean Griffin*
@@ -100,7 +103,7 @@
*Erol Fornoles*
-* PostgreSQL: Fix db:structure:load silent failure on SQL error.
+* PostgreSQL: Fix `db:structure:load` silent failure on SQL error.
The command line flag `-v ON_ERROR_STOP=1` should be used
when invoking `psql` to make sure errors are not suppressed.