2023-02-09 15:11:41 +00:00
committed by Git OBS Bridge
parent d3f9671493
commit aa4ad34c19
6 changed files with 21 additions and 22 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Feb 09 12:34:29 UTC 2023 - Alexey Svistunov <svalx@svalx.net>
- Update to version 0.12.0:
* Removed is_writable() from DataSink (Resolve #1478, too) (#1483)
* Fix #1479
* Removed incorrect comment
* Support CTest (#1468)
* Issue 52666: cpp-httplib:server_fuzzer: Timeout in server_fuzzer
* add to_human_string (#1467)
-------------------------------------------------------------------
Wed Feb 8 14:55:18 UTC 2023 - Alexey Svistunov <svalx@svalx.net>