Skip to content

Commit fdb2566

Browse files
added v1.3.2 release notes (#202)
1 parent 2261470 commit fdb2566

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

RELEASE_NOTES.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
#### 1.3.1 January 22 2020 ####
1+
#### 1.3.2 January 22 2020 ####
22
**Bugfix release for HOCON v1.3.0**
33

4-
You can [see the full set of changes in the HOCON v1.3.1 milestone](https://github.com/akkadotnet/HOCON/milestone/4).
4+
Key changes include:
5+
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)
9+
10+
You can [see the full set of changes in the HOCON v1.3.2 milestone](https://github.com/akkadotnet/HOCON/milestone/5).

src/common.props

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
<PropertyGroup>
33
<Copyright>Copyright © 2014-2019 Akka.NET Team</Copyright>
44
<Authors>Akka.NET Team</Authors>
5-
<VersionPrefix>1.3.1</VersionPrefix>
5+
<VersionPrefix>1.3.2</VersionPrefix>
66
<PackageReleaseNotes>Bugfix release for HOCON v1.3.0**
7-
You can [see the full set of changes in the HOCON v1.3.1 milestone](https://github.com/akkadotnet/HOCON/milestone/4).</PackageReleaseNotes>
7+
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>
812
<PackageIconUrl>http://getakka.net/images/akkalogo.png</PackageIconUrl>
913
<PackageProjectUrl>https://github.com/akkadotnet/HOCON</PackageProjectUrl>
1014
<PackageLicenseUrl>https://github.com/akkadotnet/HOCON/blob/master/LICENSE</PackageLicenseUrl>

0 commit comments

Comments
 (0)