CHANGELOG.rdoc in timeliness-0.4.3 vs CHANGELOG.rdoc in timeliness-0.4.4
- old
+ new
@@ -1,4 +1,8 @@
+= 0.4.4 - 2019-08-06
+* Raise compilation error if token with capturing arg is used more than once in a format
+* Some small internal refactorings in format compilation
+
= 0.4.3 - 2019-06-16
* Fixed `Timeliness.ambiguous_date_format` being used in new threads if custom value set
* Moved all config from Timeliness to new Configuration class. Delegated all
old config methods to Timeliness.configuration instance.