File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
- #### 1.3.2 January 24 2020 ####
1
+ #### 1.3.3 January 27 2020 ####
2
2
** Bugfix release for HOCON v1.3.0**
3
3
4
4
Key changes include:
5
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 )
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 )
9
8
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 ) .
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.2 </VersionPrefix >
5
+ <VersionPrefix >1.3.3 </VersionPrefix >
6
6
<PackageReleaseNotes >Bugfix release for HOCON v1.3.0**
7
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
+ [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 >
12
11
<PackageIconUrl >http://getakka.net/images/akkalogo.png</PackageIconUrl >
13
12
<PackageProjectUrl >https://github.com/akkadotnet/HOCON</PackageProjectUrl >
14
13
<PackageLicenseUrl >https://github.com/akkadotnet/HOCON/blob/master/LICENSE</PackageLicenseUrl >
You can’t perform that action at this time.
0 commit comments