CHANGELOG.md in fugit-1.0.0 vs CHANGELOG.md in fugit-1.1.0
- old
+ new
@@ -1,11 +1,28 @@
# fugit CHANGELOG.md
+## fugit 1.1.0 released 2018-03-27
+
+* Travel in Cron zone in #next_time and #previous_time, return from zone
+* Parse and store timezone in Fugit::Cron
+* Introduce Fugit::Duration#deflate month: d / year: d
+* Introduce Fugit::Duration#drop_seconds
+* Alias Fugit::Duration#to_h to Fugit::Duration#h
+* Introduce to_rufus_s (1y2M3d) vs to_plain_s (1Y2M3D)
+* Ensure Duration#deflate preserves at least `{ sec: 0 }`
+* Stringify 0 seconds as "0s"
+* Ignore "-5" and "-5.", only accept "-5s" and "-5.s"
+* Introduce "signed durations", "-1Y+2Y-3m"
+* Ensure `1.0d1.0w1.0d` gets parsed correctly
+* Ensure Fugit::Cron.next_time returns plain seconds (.0, not .1234...)
+* Introduce Fugit::Frequency for cron
+
+
## fugit 1.0.0 released 2017-06-23
-* introduce et-orbi dependency (1.0.5 or better)
+* Introduce et-orbi dependency (1.0.5 or better)
* Wire #deflate into Duration.to_long_s / .to_iso_s / .to_plain_s
## fugit 0.9.6 released 2017-05-24