diff --git a/CHANGELOG b/CHANGELOG index d6937986..d68722ca 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,8 @@ -[vnext] +[2024.9.7] - Did a complete code cleanup and refactoring in the .NET project (https://github.com/dukeofharen/httplaceholder/pull/346/files). - Added option to allow JSON value replacing using JSONPath in the response body (https://github.com/dukeofharen/httplaceholder/pull/347). - Replaced the ImageSharp library with Magick.NET due to licensing (https://github.com/dukeofharen/httplaceholder/pull/348). +- Fixed bug where starting HttPlaceholder under Windows would cause the YML file watcher to crash (https://github.com/dukeofharen/httplaceholder/pull/381). [2024.2.24] - Upgraded application to .NET 8 (https://github.com/dukeofharen/httplaceholder/pull/338).