Skip to content

Commit 3123533

Browse files
Release 2.14.0 (#626)
Co-authored-by: markuspoerschke <[email protected]>
1 parent 15d5abe commit 3123533

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.14.0] - 2024-07-11
11+
1012
### Fixed
1113

12-
- Fix \n being escaped to \\n, leading to no newlines in actual text [#617](https://github.com/markuspoerschke/iCal/pull/617)
14+
- Fix \\n being escaped to \\n, leading to no newlines in actual text [#617](https://github.com/markuspoerschke/iCal/pull/617)
1315

1416
## [2.13.0] - 2023-12-19
1517

@@ -286,7 +288,8 @@ Please check the [upgrade guide](UPGRADE.md) on how to upgrade from version `0.*
286288
- **Breaking Change:** Changed signature of the `Event::setOrganizer` method. Now there is is only one parameter that must be an instance of `Property\Organizer`.
287289
- Updated install section in README.md [#54](https://github.com/markuspoerschke/iCal/pull/53)
288290

289-
[Unreleased]: https://github.com/markuspoerschke/iCal/compare/2.13.0...HEAD
291+
[Unreleased]: https://github.com/markuspoerschke/iCal/compare/2.14.0...HEAD
292+
[2.14.0]: https://github.com/markuspoerschke/iCal/compare/2.13.0...2.14.0
290293
[2.13.0]: https://github.com/markuspoerschke/iCal/compare/2.12.1...2.13.0
291294
[2.12.1]: https://github.com/markuspoerschke/iCal/compare/2.12.0...2.12.1
292295
[2.12.0]: https://github.com/markuspoerschke/iCal/compare/2.11.0...2.12.0

0 commit comments

Comments
 (0)