Skip to content

Commit 37c1cb2

Browse files
committed
Add links to PRs in CHANGELOG
1 parent 53c573b commit 37c1cb2

File tree

1 file changed

+37
-18
lines changed

1 file changed

+37
-18
lines changed

CHANGELOG.md

Lines changed: 37 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,59 +8,59 @@ The format is based on [Keep a Changelog](https://keepachangelog.com//), and thi
88

99
## [1.13.0] - 2022-05-13
1010

11-
- Added a matcher for `replace_newlines` (#62)
11+
- Added a matcher for `replace_newlines` ([#62])
1212
- Added Ruby 3.1 support
1313

1414
## [1.12.0] - 2021-12-20
1515

1616
- Switches to GitHub CI Workflows
17-
- Adds support for Rails 7.0 (#58 and #59).
17+
- Adds support for Rails 7.0 ([#58] and [#59]).
1818

1919
## [1.11.0] - 2020-04-02
2020

21-
- Prevent stripping frozen values (#53)
21+
- Prevent stripping frozen values ([#53])
2222

2323
## [1.10.1] - 2020-04-02
2424

25-
- Fix strip behavior for frozen values (#53)
25+
- Fix strip behavior for frozen values ([#53])
2626

2727
NOTE: This fix is backwards incompatible, but a future version will avoid stripping frozen values altogether.
2828

2929
## [1.10.0] - 2020-03-31
3030

31-
- Clean up and remove (now) redundant #respond_to? calls (#49)
32-
- Legacy and deprecation cleanup (#50)
33-
- Update matcher to take list of arguments; alias it as #strip_attributes (#52)
31+
- Clean up and remove (now) redundant #respond_to? calls ([#49])
32+
- Legacy and deprecation cleanup ([#50])
33+
- Update matcher to take list of arguments; alias it as #strip_attributes ([#52])
3434

3535
## [1.9.2] - 2020-02-16
3636

37-
- Fix regression in 1.9.1: Arrays & Hashes now become nil (#48)
37+
- Fix regression in 1.9.1: Arrays & Hashes now become nil ([#48])
3838

3939
## [1.9.1] - 2020-02-14
4040

41-
- Add official Ruby 2.7 support (#45)
42-
- Zero-width space doesn't result in nil after stripping (#46)
43-
- Fix zero width space strip to nil (#47)
41+
- Add official Ruby 2.7 support ([#45])
42+
- Zero-width space doesn't result in nil after stripping ([#46])
43+
- Fix zero width space strip to nil ([#47])
4444

4545
## [1.9.0] - 2019-02-24
4646

47-
- Adds `:if` and `:unless` options (#37)
47+
- Adds `:if` and `:unless` options ([#37])
4848

4949
## [1.8.1] - 2019-01-22
5050

51-
- Add Rails 6 compatibility (#36)
51+
- Add Rails 6 compatibility ([#36])
5252

5353
## [1.8.0] - 2016-06-02
5454

55-
Added multibyte whitespace support to `:collapse_spaces` option (#32)
55+
Added multibyte whitespace support to `:collapse_spaces` option ([#32])
5656

5757
## [1.7.1] - 2015-08-24
5858

59-
- Avoid Encoding::CompatibilityError when handling binary column (#29)
59+
- Avoid Encoding::CompatibilityError when handling binary column ([#29])
6060

6161
## [1.7.0] - 2015-02-10
6262

63-
- Added option to remove all newlines (#27) `:replace_newlines`
63+
- Added option to remove all newlines ([#27]) `:replace_newlines`
6464

6565
## [1.6.0] - 2015-01-23
6666

@@ -74,8 +74,8 @@ Added multibyte whitespace support to `:collapse_spaces` option (#32)
7474

7575
## [1.5.0] - 2014-01-16
7676

77-
- Add regular expression support (#14)
78-
- Handle Unicode whitespace and invisible characters (#15)
77+
- Add regular expression support ([#14])
78+
- Handle Unicode whitespace and invisible characters ([#15])
7979

8080
## [1.4.4] - untracked
8181

@@ -135,3 +135,22 @@ Added multibyte whitespace support to `:collapse_spaces` option (#32)
135135
[1.0.1]: https://github.com/rmm5t/strip_attributes/compare/v1.0.0..v1.0.1
136136
[1.0.0]: https://github.com/rmm5t/strip_attributes/compare/v0.9.0..v1.0.0
137137
[0.9.0]: https://github.com/rmm5t/strip_attributes/compare/a78b807..v0.9.0
138+
139+
[#62]: https://github.com/rmm5t/strip_attributes/pull/62
140+
[#58]: https://github.com/rmm5t/strip_attributes/pull/58
141+
[#59]: https://github.com/rmm5t/strip_attributes/pull/59
142+
[#53]: https://github.com/rmm5t/strip_attributes/issues/53
143+
[#49]: https://github.com/rmm5t/strip_attributes/pull/49
144+
[#50]: https://github.com/rmm5t/strip_attributes/pull/50
145+
[#52]: https://github.com/rmm5t/strip_attributes/pull/52
146+
[#48]: https://github.com/rmm5t/strip_attributes/pull/48
147+
[#45]: https://github.com/rmm5t/strip_attributes/pull/45
148+
[#46]: https://github.com/rmm5t/strip_attributes/pull/46
149+
[#47]: https://github.com/rmm5t/strip_attributes/pull/47
150+
[#37]: https://github.com/rmm5t/strip_attributes/pull/37
151+
[#36]: https://github.com/rmm5t/strip_attributes/pull/36
152+
[#32]: https://github.com/rmm5t/strip_attributes/pull/32
153+
[#29]: https://github.com/rmm5t/strip_attributes/pull/29
154+
[#27]: https://github.com/rmm5t/strip_attributes/pull/27
155+
[#14]: https://github.com/rmm5t/strip_attributes/pull/14
156+
[#15]: https://github.com/rmm5t/strip_attributes/pull/15

0 commit comments

Comments
 (0)