CHANGELOG.md in et-orbi-1.0.5 vs CHANGELOG.md in et-orbi-1.0.6

- old
+ new

@@ -1,8 +1,16 @@ # et-orbi CHANGELOG.md +## et-orbi 1.0.6 released 2017-10-05 + +- Introduce `make info` +- Alias EoTime#to_utc_time to #utc +- Alias EoTime#to_t to #to_local_time +- Implement EoTime#to_local_time (since #to_time returns a UTC Time instance) + + ## 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)