Version: 215.3.1

This commit is contained in:
Pieter-Jan Briers
2024-03-26 18:47:35 +01:00
parent 7a0d02463c
commit 536fca4115
2 changed files with 9 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<Project>
<!-- This file automatically reset by Tools/version.py -->
<!-- This file automatically reset by Tools/version.py -->

View File

@@ -35,7 +35,7 @@ END TEMPLATE-->
### Breaking changes
* Log levels now work differently. When a message gets logged to a sawmill, the message will be logged if the FIRST sawmill up the chain has a passing log level set, instead of requiring all log levels up the chain to pass. This makes it possible to make specific sawmills do verbose logging, without needing to set the root too.
*None yet*
### New features
@@ -54,6 +54,13 @@ END TEMPLATE-->
*None yet*
## 215.3.1
### Bugfixes
* Revert zstd update.
## 215.3.0
### New features