Skip to content

Commit

Permalink
Update RELEASE_NOTES.md for 0.5.2-beta1 (#145)
Browse files Browse the repository at this point in the history
* Update RELEASE_NOTES.md for 0.5.2-beta1

* Update RELEASE_NOTES
  • Loading branch information
Arkatufus authored Nov 28, 2022
1 parent 65e9826 commit 4c04628
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.5.2-beta1] / 29 November 2022
* [Update Akka.NET from 1.4.45 to 1.4.46](https://github.com/akkadotnet/akka.net/releases/tag/1.4.46)
* [Remove default `HoconAddMode` value from `AddHocon` and `AddHoconFile`](https://github.com/akkadotnet/Akka.Hosting/pull/135)
* [First release of Akka.Hosting.TestKit NuGet package](https://github.com/akkadotnet/Akka.Hosting/pull/143)

In 0.5.2-beta1, the `HoconAddMode` argument in `AddHocon()` and `AddHoconFile()` extension methods are not optional anymore; you will need to declare that your HOCON will to append, prepend, or replace existing HOCON configuration. In almost all cases, unless you're adding a default configuration, you only need to use `HoconAddMode.Prepend`.

## [0.5.1] / 20 October 2022
* [Update Akka.NET from 1.4.41 to 1.4.45](https://github.com/akkadotnet/akka.net/releases/tag/1.4.45)

Expand Down

0 comments on commit 4c04628

Please sign in to comment.