aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-12-23 08:56:17 +0100
committerYves Senn <yves.senn@gmail.com>2014-12-23 08:56:17 +0100
commit05870703913291f8e0b5410110f556f7f945de0d (patch)
tree7421b76f98e9c82c06890e94a4123f637d46945e /activerecord/CHANGELOG.md
parentd56b766056837b2db06c568ee78a511fd6c7a84b (diff)
downloadrails-05870703913291f8e0b5410110f556f7f945de0d.tar.gz
rails-05870703913291f8e0b5410110f556f7f945de0d.tar.bz2
rails-05870703913291f8e0b5410110f556f7f945de0d.zip
cleanup CHANGELOGs. [ci skip]
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index e5a4356523..f56bfb18c8 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,7 +1,7 @@
* Fixes bug with 'ActiveRecord::Type::Numeric' that causes negative values to
be marked as having changed when set to the same negative value.
- Closes GH#18161
+ Closes #18161.
*Daniel Fox*
@@ -20,7 +20,7 @@
*Yves Senn*
-* Fix undesirable RangeError by Type::Integer. Add Type::UnsignedInteger.
+* Fix undesirable RangeError by `Type::Integer`. Add `Type::UnsignedInteger`.
*Ryuta Kamizono*