Skip to content

Commit 6597065

Browse files
added v1.3.3 release notes (#208)
1 parent ad7ff94 commit 6597065

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

RELEASE_NOTES.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
#### 1.3.2 January 24 2020 ####
1+
#### 1.3.3 January 27 2020 ####
22
**Bugfix release for HOCON v1.3.0**
33

44
Key changes include:
55

6-
* [Critical bugfix: Fallbacks are mutable during traversal](https://github.com/akkadotnet/HOCON/issues/193)
7-
* [Added HOCON Debugger tools](https://github.com/akkadotnet/HOCON/pull/192)
8-
* [Performance: Lookups on configs with fallback are performing merge and allocations each time](https://github.com/akkadotnet/HOCON/issues/195)
6+
* [Make `Config` implement `ISerializable`](https://github.com/akkadotnet/HOCON/pull/207)
7+
* [Implement Akka.NET backwards compatibility fixes](https://github.com/akkadotnet/HOCON/pull/204)
98

10-
You can [see the full set of changes in the HOCON v1.3.2 milestone](https://github.com/akkadotnet/HOCON/milestone/5).
9+
You can [see the full set of changes in the HOCON v1.3.3 milestone](https://github.com/akkadotnet/HOCON/milestone/6).

src/common.props

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
<PropertyGroup>
33
<Copyright>Copyright © 2014-2019 Akka.NET Team</Copyright>
44
<Authors>Akka.NET Team</Authors>
5-
<VersionPrefix>1.3.2</VersionPrefix>
5+
<VersionPrefix>1.3.3</VersionPrefix>
66
<PackageReleaseNotes>Bugfix release for HOCON v1.3.0**
77
Key changes include:
8-
[Critical bugfix: Fallbacks are mutable during traversal](https://github.com/akkadotnet/HOCON/issues/193)
9-
[Added HOCON Debugger tools](https://github.com/akkadotnet/HOCON/pull/192)
10-
[Performance: Lookups on configs with fallback are performing merge and allocations each time](https://github.com/akkadotnet/HOCON/issues/195)
11-
You can [see the full set of changes in the HOCON v1.3.2 milestone](https://github.com/akkadotnet/HOCON/milestone/5).</PackageReleaseNotes>
8+
[Make `Config` implement `ISerializable`](https://github.com/akkadotnet/HOCON/pull/207)
9+
[Implement Akka.NET backwards compatibility fixes](https://github.com/akkadotnet/HOCON/pull/204)
10+
You can [see the full set of changes in the HOCON v1.3.3 milestone](https://github.com/akkadotnet/HOCON/milestone/6).</PackageReleaseNotes>
1211
<PackageIconUrl>http://getakka.net/images/akkalogo.png</PackageIconUrl>
1312
<PackageProjectUrl>https://github.com/akkadotnet/HOCON</PackageProjectUrl>
1413
<PackageLicenseUrl>https://github.com/akkadotnet/HOCON/blob/master/LICENSE</PackageLicenseUrl>

0 commit comments

Comments
 (0)