History.md in schedulability-0.3.0 vs History.md in schedulability-0.4.0

- old
+ new

@@ -1,19 +1,31 @@ +## v0.4.0 [2018-09-12] Michael Granger <ged@FaerieMUD.org> + +Bugfixes: + +- Remove mixins only used in the specs. +- Fix indentation warnings +- Fix README examples + + ## v0.3.0 [2016-07-29] Michael Granger <ged@FaerieMUD.org> Bugfix: -- Add support for 0th hour and 12am (thanks to + +- Add support for 0th hour and 12am (thanks to Meining Lu <meining@getupperhand.com> on Github for the patch) ## v0.2.0 [2016-07-20] Michael Granger <ged@FaerieMUD.org> Bugfixes: + - fixes for the 0th second or minute, and the 59th second (thanks to Jason Rogers <jacaetevha@gmail.com> for the patch) - Make Schedule#empty? take negative periods into account Enhancements + - Add missing Schedule#overlaps? and #exclusive predicate methods. - Add a Schedule#to_s that stringifies them back into schedule descriptions