aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2017-01-03 18:54:14 -0500
committerJon Moss <me@jonathanmoss.me>2017-01-03 18:54:14 -0500
commitf61038136ec6be1245c05d4bb2ad7e5f12688676 (patch)
tree43bd2f45100b33ab2bd46cb6ed320b17a22950a8 /activerecord
parent530e5ff910bf033aa29bba722662457fc69d3d63 (diff)
downloadrails-f61038136ec6be1245c05d4bb2ad7e5f12688676.tar.gz
rails-f61038136ec6be1245c05d4bb2ad7e5f12688676.tar.bz2
rails-f61038136ec6be1245c05d4bb2ad7e5f12688676.zip
Rephrase CHANGELOG.md entry
Rephrase entry with better sounding English. [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 743a38b087..7093766bfa 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -191,7 +191,7 @@
*Sean Griffin*
-* Fix that unsigned with zerofill is treated as signed.
+* Don't treat unsigned integers with zerofill as signed.
Fixes #27125.