CHANGELOG.md in et-orbi-1.0.4 vs CHANGELOG.md in et-orbi-1.0.5
- old
+ new
@@ -1,8 +1,20 @@
# et-orbi CHANGELOG.md
+## et-orbi 1.0.5 released 2017-06-23
+
+- Rework EtOrbi.make_time
+- Let EtOrbi.make_time accept array or array of args
+- Implement EoTime#localtime(zone=nil)
+- Move Fugit#wday_in_month into EoTime
+- Clarify #add, #subtract, #- and #+ contracts
+- Ensure #add and #subtract return `self`
+- Make #inc(seconds, direction) public
+- Implement EoTime#utc?
+
+
## et-orbi 1.0.4 released 2017-05-10
- Survive older versions of TZInfo with poor `<=>` impl, gh-1