Skip to content

Commit 7ac0ce7

Browse files
committed
Mention frozen string literals in changelog
This change qualifies for an entry in the changelog. Additionally: - Fix some double spaces - Fix link to 1.10.0 release Ref: #172
1 parent 83556f6 commit 7ac0ce7

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased][unreleased]
66

7-
- Drop Support for Webpacker, Legacy Ruby (< 3.1), and Legacy Rails (< 7.0). [#163](https://github.com/jamesmartin/inline_svg/pull/163). Thanks, [@tagliala](https://github.com/tagliala)
8-
- Reduce production gem size from 31K to 18K. [#165](https://github.com/jamesmartin/inline_svg/pull/165). Thanks, [@tagliala](https://github.com/tagliala)
7+
- Drop Support for Webpacker, Legacy Ruby (< 3.1), and Legacy Rails (< 7.0). [#163](https://github.com/jamesmartin/inline_svg/pull/163). Thanks, [@tagliala](https://github.com/tagliala)
8+
- Reduce production gem size from 31K to 18K. [#165](https://github.com/jamesmartin/inline_svg/pull/165). Thanks, [@tagliala](https://github.com/tagliala)
9+
- Freeze string literals. [#172](https://github.com/jamesmartin/inline_svg/pull/172). Thanks, [@tagliala](https://github.com/tagliala)
910

1011
## [1.10.0] - 2024-09-03
1112
### Added
1213
- Support for Shakapacker. [#158](https://github.com/jamesmartin/inline_svg/pull/158). Thanks, [@tagliala](https://github.com/tagliala)
1314

1415
### Fixed
15-
- Fixed documentation typos. [#157](https://github.com/jamesmartin/inline_svg/pull/157). Thanks, [@tagliala](https://github.com/tagliala)
16-
- Fixed missing ActiveSupport require. [#152](https://github.com/jamesmartin/inline_svg/pull/152). Thanks, [@xymbol](https://github.com/xymbol)
17-
- Remove wrapping whitespace from SVG tags. [#150](https://github.com/jamesmartin/inline_svg/pull/150). Thanks, [@fredboyle](https://github.com/fredboyle)
16+
- Fixed documentation typos. [#157](https://github.com/jamesmartin/inline_svg/pull/157). Thanks, [@tagliala](https://github.com/tagliala)
17+
- Fixed missing ActiveSupport require. [#152](https://github.com/jamesmartin/inline_svg/pull/152). Thanks, [@xymbol](https://github.com/xymbol)
18+
- Remove wrapping whitespace from SVG tags. [#150](https://github.com/jamesmartin/inline_svg/pull/150). Thanks, [@fredboyle](https://github.com/fredboyle)
1819

1920
## [1.9.0] - 2023-03-29
2021
### Added
@@ -263,7 +264,8 @@ transformations](https://github.com/jamesmartin/inline_svg/blob/master/README.md
263264
### Added
264265
- Basic Railtie and view helper to inline SVG documents to Rails views.
265266

266-
[unreleased]: https://github.com/jamesmartin/inline_svg/compare/v1.9.0...HEAD
267+
[unreleased]: https://github.com/jamesmartin/inline_svg/compare/v1.10.0...HEAD
268+
[1.10.0]: https://github.com/jamesmartin/inline_svg/compare/v1.9.0...v1.10.0
267269
[1.9.0]: https://github.com/jamesmartin/inline_svg/compare/v1.8.0...v1.9.0
268270
[1.8.0]: https://github.com/jamesmartin/inline_svg/compare/v1.7.2...v1.8.0
269271
[1.7.2]: https://github.com/jamesmartin/inline_svg/compare/v1.7.1...v1.7.2

0 commit comments

Comments
 (0)