aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-01-05 09:16:40 +0100
committerYves Senn <yves.senn@gmail.com>2015-01-05 09:16:40 +0100
commit65520c29f7e9fbd654446624a5c267bdc6285341 (patch)
treee43c28abacc75478d51d28b6c410127c94a983f8 /activerecord/CHANGELOG.md
parent076cb722f090a6d23199f9bad00d07eef1b9c1b9 (diff)
downloadrails-65520c29f7e9fbd654446624a5c267bdc6285341.tar.gz
rails-65520c29f7e9fbd654446624a5c267bdc6285341.tar.bz2
rails-65520c29f7e9fbd654446624a5c267bdc6285341.zip
add punctuation. [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 5588b24851..3e9c8a4011 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,5 +1,5 @@
-* Added ActiveRecord::SecureToken in order to encapsulate generation of
- unique tokens for attributes in a model using SecureRandom
+* Added `ActiveRecord::SecureToken` in order to encapsulate generation of
+ unique tokens for attributes in a model using `SecureRandom`.
*Roberto Miranda*