aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2012-10-24 16:14:59 +0300
committerUģis Ozols <ugis.ozolss@gmail.com>2012-10-24 16:15:48 +0300
commit1a6b0828085eac4a9e9ee1d003a927e7476c5af3 (patch)
treea4dd02a31de3429d7fce548769bf9c8825bf9edd /activerecord/CHANGELOG.md
parent9d66c4018917bf55a98c1bf722c8825576e3b79d (diff)
downloadrails-1a6b0828085eac4a9e9ee1d003a927e7476c5af3.tar.gz
rails-1a6b0828085eac4a9e9ee1d003a927e7476c5af3.tar.bz2
rails-1a6b0828085eac4a9e9ee1d003a927e7476c5af3.zip
Fix incorrect markdown by removing extra space.
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`.