File tree 2 files changed +14
-4
lines changed
2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
- #### 1.3.1 January 22 2020 ####
1
+ #### 1.3.2 January 22 2020 ####
2
2
** Bugfix release for HOCON v1.3.0**
3
3
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 ) .
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<Copyright >Copyright © 2014-2019 Akka.NET Team</Copyright >
4
4
<Authors >Akka.NET Team</Authors >
5
- <VersionPrefix >1.3.1 </VersionPrefix >
5
+ <VersionPrefix >1.3.2 </VersionPrefix >
6
6
<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 >
8
12
<PackageIconUrl >http://getakka.net/images/akkalogo.png</PackageIconUrl >
9
13
<PackageProjectUrl >https://github.com/akkadotnet/HOCON</PackageProjectUrl >
10
14
<PackageLicenseUrl >https://github.com/akkadotnet/HOCON/blob/master/LICENSE</PackageLicenseUrl >
You can’t perform that action at this time.
0 commit comments