aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-10-24 06:26:24 -0700
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-10-24 06:26:24 -0700
commit15821005c16bafbcbec92cdf0d535c027d5d3718 (patch)
treea4dd02a31de3429d7fce548769bf9c8825bf9edd /activerecord/CHANGELOG.md
parent9d66c4018917bf55a98c1bf722c8825576e3b79d (diff)
parent1a6b0828085eac4a9e9ee1d003a927e7476c5af3 (diff)
downloadrails-15821005c16bafbcbec92cdf0d535c027d5d3718.tar.gz
rails-15821005c16bafbcbec92cdf0d535c027d5d3718.tar.bz2
rails-15821005c16bafbcbec92cdf0d535c027d5d3718.zip
Merge pull request #8021 from ugisozols/master
Fix incorrect markdown by removing extra space. [ci skip]
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index ffd19a5334..f9f30b0d21 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -338,7 +338,7 @@
* Fix AR#dup to nullify the validation errors in the dup'ed object. Previously the original
and the dup'ed object shared the same errors.
- * Christian Seiler*
+ *Christian Seiler*
* Raise `ArgumentError` if list of attributes to change is empty in `update_all`.