CHANGELOG.md in timber-2.6.1 vs CHANGELOG.md in timber-2.6.2
- old
+ new
@@ -5,9 +5,16 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
+## [2.6.2] - 2018-10-17
+
+### Fixed
+
+ - Fixes an issue where logging without specifying data would raise an error
+ - Fix nested hash in parameters not showing up in logs
+
## [2.6.1] - 2017-11-28
### Fixed
- Fixes an issue where a reference to the current custom context map was being capture during log line creation and then later self-modifying to make the context invalid.