Update change log.

This commit is contained in:
Sönke Ludwig 2018-03-18 21:36:11 +01:00
parent 267e3c352d
commit 22300ecab8

View file

@ -1,4 +1,20 @@
1.4.0 - 2017-03-08
1.4.1 - 2018-03-
==================
- Fixed compilation errors for `ConnectionPool!TCPConnection` - [issue vibe.d#2109][vibe.d-issue2109], [pull #70][issue70]
- Fixed destruction behavior when destructors are run in foreign threads by the GC - [issue #69][issue69], [pull #74][issue74]
- Fixed a possible assertion failure for failed `connectTCP` calls - [pull #75][issue75]
- Added missing `setCommandLineArgs` API (by Thomas Weyn) - [pull #72][issue72]
[issue69]: https://github.com/vibe-d/vibe-core/issues/69
[issue70]: https://github.com/vibe-d/vibe-core/issues/70
[issue72]: https://github.com/vibe-d/vibe-core/issues/72
[issue74]: https://github.com/vibe-d/vibe-core/issues/74
[issue75]: https://github.com/vibe-d/vibe-core/issues/75
[vibe.d-issue2109]: https://github.com/vibe-d/vibe.d/issues/2109
1.4.0 - 2018-03-08
==================
- Compiles on DMD 2.072.2 up to 2.079.0