CHANGELOG.md in working_hours-1.2.0 vs CHANGELOG.md in working_hours-1.3.0
- old
+ new
@@ -1,7 +1,11 @@
# Unreleased
-[Compare master with v1.2.0](https://github.com/intrepidd/working_hours/compare/v1.2.0...master)
+[Compare master with v1.3.0](https://github.com/intrepidd/working_hours/compare/v1.3.0...master)
+
+# v1.3.0
+* Improve supports for fractional seconds in input times by only rounding results at the end - [#42](https://github.com/Intrepidd/working_hours/issues/42) [#43](https://github.com/Intrepidd/working_hours/pull/43)
+* Increase code safety by always initializing an empty hash for each day of the week in the precompiled config (inspired by [#35](https://github.com/Intrepidd/working_hours/pull/35)
# v1.2.0
* Drop support for ruby 2.0, 2.1, 2.2 and 2.3
* Drop support for jruby 1.7 and 9.0
* Drop support for ActiveSupport 3.x