Skip to content

Commit 015b37e

Browse files
committed
Address changelogs linter offenses at 8-0-stable
This commit addresses the following offenses. ``` $ tools/railspect changelogs . ..........E.. Offenses: activesupport/CHANGELOG.md:5 CHANGELOG header must start with '*' and 3 spaces * Restore the ability to decorate methods generated by `class_attribute`. ^^^^ activesupport/CHANGELOG.md:7 CHANGELOG line must be indented 4 spaces It always has been complicated to use Module#prepend or an alias method chain ^^^^ activesupport/CHANGELOG.md:8 CHANGELOG line must be indented 4 spaces to decorate methods defined by `class_attribute`, but became even harder in 8.0. ^^^^ activesupport/CHANGELOG.md:10 CHANGELOG line must be indented 4 spaces This capability is now supported for both reader and writer methods. ^^^^ activesupport/CHANGELOG.md:12 CHANGELOG line must be indented 4 spaces *Jean Boussier* ^^^^ 13 changelogs inspected, 5 offenses detected ``` Follow up 5c31aba
1 parent c9a2e4c commit 015b37e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

activesupport/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
*Martin Emde*
44

5-
* Restore the ability to decorate methods generated by `class_attribute`.
5+
* Restore the ability to decorate methods generated by `class_attribute`.
66

7-
It always has been complicated to use Module#prepend or an alias method chain
8-
to decorate methods defined by `class_attribute`, but became even harder in 8.0.
7+
It always has been complicated to use Module#prepend or an alias method chain
8+
to decorate methods defined by `class_attribute`, but became even harder in 8.0.
99

10-
This capability is now supported for both reader and writer methods.
10+
This capability is now supported for both reader and writer methods.
1111

12-
*Jean Boussier*
12+
*Jean Boussier*
1313

1414
## Rails 8.0.0 (November 07, 2024) ##
1515

0 commit comments

Comments
 (0)