ChangeLog in schedulability-0.3.0 vs ChangeLog in schedulability-0.4.0

- old
+ new

@@ -1,15 +1,91 @@ +2018-09-12 Michael Granger <ged@FaerieMUD.org> + + * lib/schedulability/schedule.rb: + Fix indentation warnings + [b576d8683cf1] [tip] + + * .ruby-version: + Use Ruby 2.5 for development + [33f373ac276f] + +2018-08-31 Mahlon E. Smith <mahlon@martini.nu> + + * README.md: + Reflect reality in the README. + [cad3559428fe] + +2016-10-21 Michael Granger <ged@FaerieMUD.org> + + * .hgtags: + Added tag v0.3.0 for changeset cc6c1906a6a4 + [62b3ca9f5313] [github/master] + + * .hgsigs: + Added signature for changeset 4eb3e8287023 + [cc6c1906a6a4] [v0.3.0] + + * History.md, lib/schedulability.rb: + Bump the minor version and update history. + [4eb3e8287023] + +2016-07-29 Meining Lu <meining@getupperhand.com> + + * lib/schedulability/parser.rb, spec/schedulability/schedule_spec.rb: + [PATCH] Add support for 0th hour and 12am From + 70ef3d9b003a736b26b4a57eae15393fa31516ef Mon Sep 17 00:00:00 2001 + --- lib/schedulability/parser.rb | 12 +++++--- + spec/schedulability/schedule_spec.rb | 57 + +++++++++++++++++++++++++++++++++++- 2 files changed, 64 + insertions(+), 5 deletions(-) + + Closes ged/schedulability#2 (Github). + [67e0f911d188] + +2016-07-20 Michael Granger <ged@FaerieMUD.org> + + * .hgtags: + Added tag v0.2.0 for changeset 22dfe155d630 + [fca786536ff4] + + * .hgsigs: + Added signature for changeset 9332ac7ab656 + [22dfe155d630] [v0.2.0] + + * schedulability.gemspec: + Update gemspec + [9332ac7ab656] + + * History.md, README.md, lib/schedulability.rb: + Update history, copyright, and bump minor version. + [bd7566ac26d5] + + * lib/schedulability/schedule.rb: + Strip some more debug logging + [29c266cf0066] + +2016-07-17 Michael Granger <ged@FaerieMUD.org> + + * .gems, .ruby-gemset, .ruby-version, .rvmrc, Manifest.txt, Rakefile, + schedulability.gemspec: + Update manifest, switch to generic RVM setup. + [f1f0dfcccfa8] + + * lib/schedulability/parser.rb: + Remove a bunch of spammy debug logs + [9bf76377c7b8] + 2016-07-14 Jason Rogers <jacaetevha@gmail.com> * lib/schedulability/parser.rb, spec/schedulability/schedule_spec.rb: [PATCH] bug fixes for the 0th second or minute, and the 59th second From bc2864a832fa60bc39958b9aaa26e6f546936539 Mon Sep 17 00:00:00 2001 or minute --- lib/schedulability/parser.rb | 8 +++--- spec/schedulability/schedule_spec.rb | 52 ++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+), 3 deletions(-) - [0f59486cf040] [github/master, tip] + [0f59486cf040] 2016-07-15 Michael Granger <ged@FaerieMUD.org> * README.md, Rakefile, lib/schedulability/schedule.rb, schedulability.gemspec, spec/schedulability/schedule_spec.rb: