You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [2.14.0] - 2024-07-11
11
+
10
12
### Fixed
11
13
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)
13
15
14
16
## [2.13.0] - 2023-12-19
15
17
@@ -286,7 +288,8 @@ Please check the [upgrade guide](UPGRADE.md) on how to upgrade from version `0.*
286
288
-**Breaking Change:** Changed signature of the `Event::setOrganizer` method. Now there is is only one parameter that must be an instance of `Property\Organizer`.
287
289
- Updated install section in README.md [#54](https://github.com/markuspoerschke/iCal/pull/53)
0 commit comments