From ad1184cfa5de38e2de6e9f1bbca307b6f5281dc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Fri, 18 Sep 2020 23:20:29 +0200 Subject: [PATCH] Update change log. --- CHANGELOG.md | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45f0f66..a3b5039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,31 @@ -1.10.1 - 2020-08-31 -================== +1.10.2 - 2020-09-18 +=================== -- Added support for upcoming DMD 2.094.0's `-preview=in` switch - [pull #225][pull225]. +- Fixed a critical data corruption bug caused by eventcore's `cancelRead`/`cancelWrite` - note that this fix makes `File.read` and `write` uninterruptible - [pull #227][pull 227] +- Fixed `InterfaceProxy!T` to behave correctly for `null` target instances - [pull #228][pull228] + +[pull227]: https://github.com/vibe-d/vibe-core/issues/227 +[pull228]: https://github.com/vibe-d/vibe-core/issues/228 + + +1.10.1 - 2020-08-31 +=================== + +- Added support for upcoming DMD 2.094.0's `-preview=in` switch - [pull #225][pull225] [pull225]: https://github.com/vibe-d/vibe-core/issues/225 + 1.10.0 - 2020-08-24 -================== +=================== - The minimum supported compiler has been raised to v2.079.0 - The `log` (`log`, `logTrace`, `logInfo`...) in `vibe.core.log` have been simplified - to take the module / file / line as default runtime argument as opposed to compile-time. - This could cause breakage if you were explicitly forwarding those arguments. -- Some place were previously using `logDebug` for full exception error message, - and were using various method to ensure `nothrow`ness. - All full exception stacktrace are now printed only in diagnostic mode. + to take the module/file/line as default runtime argument as opposed to compile-time - + this could cause breakage if you were explicitly forwarding those arguments +- Some places were previously using `logDebug` for full exception error message, + and were using various method to ensure `nothrow`ness. + All full exception stacktrace are now printed only in diagnostic mode. - Full details are available in [pull #212][pull212]. [pull212]: https://github.com/vibe-d/vibe-core/issues/212 @@ -28,7 +39,6 @@ - Workaround dub build by using `--single` in the test - [pull #223][issue223] - Cleanup deprecations in test-suite and update release notes - [pull #222][issue222] - [issue220]: https://github.com/vibe-d/vibe-core/issues/220 [issue221]: https://github.com/vibe-d/vibe-core/issues/221 [issue222]: https://github.com/vibe-d/vibe-core/issues/222