Skip to content

Commit aa2052e

Browse files
committed
💅 AM CHANGELOG fixed-width re: rails#45463, rails#47569
1 parent 1bc9db4 commit aa2052e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

activemodel/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
* Improve typography of user facing error messages. In English contractions,
2-
the Unicode APOSTROPHE (U+0027) is now RIGHT SINGLE QUOTATION MARK
3-
(U+2019). For example, can't be blank is now can’t be blank.
2+
the Unicode APOSTROPHE (`U+0027`) is now RIGHT SINGLE QUOTATION MARK
3+
(`U+2019`). For example, "can't be blank" is now "can’t be blank".
44

55
*Jon Dufresne*
66

7-
* Add class to ActiveModel::MissingAttributeError error message.
7+
* Add class to `ActiveModel::MissingAttributeError` error message.
88

99
Show which class is missing the attribute in the error message:
1010

0 commit comments

Comments
 (0)