update changelog

This commit is contained in:
Anton Kaliaev
2017-11-27 21:37:15 -06:00
parent d3bac7a6fe
commit 4e705a3157
+12
View File
@@ -1,5 +1,17 @@
# Changelog
## 0.4.1 (November 27, 2017)
FEATURES:
- [common] `Keys()` method on `CMap`
IMPROVEMENTS:
- [log] complex types now encoded as "%+v" by default if `String()` method is undefined (previously resulted in error)
- [log] logger logs its own errors
BUG FIXES:
- [common] fixed `Kill()` to build on Windows (Windows does not have `syscall.Kill`)
## 0.4.0 (October 26, 2017)
BREAKING: