ChangeLog in loggability-0.11.0 vs ChangeLog in loggability-0.12.0.pre20161212115530

- old
+ new

@@ -1,10 +1,161 @@ +2015-03-01 Michael Granger <ged@FaerieMUD.org> + + * Rakefile: + Set the title on generated docs + [433f9c68760f] [tip] + +2015-02-27 Michael Granger <ged@FaerieMUD.org> + + * .hgignore, loggability.gemspec: + Forgot to add the gemspec + [13282fe8202d] [github/master] + + * .rvmrc, .simplecov, .travis.yml, Gemfile, Rakefile: + Prep for travis-ci builds + [7c42a3ce53e6] + + * lib/loggability/formatter.rb, spec/loggability/formatter_spec.rb: + Use the current thread's object ID and not the Thread class's + [9d022ce39171] + +2014-04-14 Michael Granger <ged@FaerieMUD.org> + + * .hgtags: + Added tag v0.11.0 for changeset 430cb8049ae4 + [c26d488a0129] + + * .hgsigs: + Added signature for changeset fa08d10cb3b6 + [430cb8049ae4] [v0.11.0] + +2014-04-02 Michael Granger <ged@FaerieMUD.org> + + * History.rdoc, lib/loggability.rb: + Bump the minor version, update history. + [fa08d10cb3b6] + + * .hgignore, Rakefile, lib/loggability/logger.rb, + lib/loggability/loghost.rb, spec/helpers.rb, + spec/loggability/formatter/color_spec.rb, + spec/loggability/formatter/html_spec.rb, + spec/loggability/logger_spec.rb, spec/loggability/override_spec.rb: + Fix a bug when a log host is subclassed. + + - Inheriting a log host now registers the subclass as its own log + host. + - Add a gemspec-building task. + - Eliminated the last vestiges of deprecated RSpec syntax. + [dc975db7ae50] + +2014-03-24 Michael Granger <ged@FaerieMUD.org> + + * .hgtags: + Added tag v0.10.1 for changeset ed0c5e115cac + [ec646cc6977a] + + * .hgsigs: + Added signature for changeset 24fd8762623d + [ed0c5e115cac] [v0.10.1] + + * History.rdoc, lib/loggability.rb: + Bump the patch version, update history. + [24fd8762623d] + + * .rvm.gems, Gemfile, lib/loggability.rb, spec/loggability_spec.rb: + Raise an exception when something attempts to use a non-existant log + host. + [bbbb41b5f199] + +2014-02-04 Michael Granger <ged@FaerieMUD.org> + + * .hgtags: + Added tag v0.10.0 for changeset 75f1eb53eefa + [f87a413e30fd] + + * .hgsigs: + Added signature for changeset b1250807b56e + [75f1eb53eefa] [v0.10.0] + + * History.rdoc, lib/loggability.rb: + Bump the minor version, update history. + [b1250807b56e] + + * lib/loggability/logger.rb, spec/loggability/logger_spec.rb: + Add a #write method to Loggability::Logger for Rack::CommonLogger + compatibility. + [b7911c961bb0] + +2014-01-17 Michael Granger <ged@FaerieMUD.org> + + * .hgtags: + Added tag v0.9.0 for changeset 6f90bce76e3b + [978864d0a0f0] + + * .hgsigs: + Added signature for changeset 05e0a87c92c7 + [6f90bce76e3b] [v0.9.0] + + * Gemfile: + Update the Gemfile + [05e0a87c92c7] + +2014-01-08 Michael Granger <ged@FaerieMUD.org> + + * Rakefile: + Use newer hoe plugin + [5a465a2c0e79] + + * .rvm.gems: + Update RVM gemset + [ec28321ba712] + + * History.rdoc, lib/loggability.rb: + Bump the minor version, update history. + [469cf788e750] + + * spec/loggability/logger_spec.rb, spec/loggability/override_spec.rb, + spec/loggability_spec.rb: + Fix deprecated RSpec stuff + [60116eaa175f] + +2013-11-22 Michael Granger <ged@FaerieMUD.org> + + * Manifest.txt, README.rdoc, Rakefile, lib/loggability/spechelpers.rb, + spec/helpers.rb, spec/loggability/spechelpers_spec.rb: + Make the spechelpers a little more intelligent. + + - You no longer need to do setup_logging/reset_logging in a + before(:all)/after(:all) block; that's done for you. + - You can now override the logging level for any example group by + adding 'logging' or 'log' metadata. + - Fixed some documentation, added docs for the spec helpers. + [c888220ef581] + +2013-10-09 Michael Granger <ged@FaerieMUD.org> + + * .hgtags: + Added tag v0.8.1 for changeset 9bf0ab5413b3 + [bfdae6012fa6] + + * .hgsigs: + Added signature for changeset db603bf7b399 + [9bf0ab5413b3] [v0.8.1] + + * History.rdoc, lib/loggability.rb: + Bump the patch version, update history. + [db603bf7b399] + + * lib/loggability/override.rb, spec/loggability/override_spec.rb: + Fix the problem with blocks not being called in chained overrides. + [a3d578201547] + 2013-10-07 Michael Granger <ged@FaerieMUD.org> * .hgtags: Added tag v0.8.0 for changeset 9e8338f511bf - [d9e93e136b47] [tip] + [d9e93e136b47] * .hgsigs: Added signature for changeset a4c6b86b7cbc [9e8338f511bf] [v0.8.0] @@ -14,10 +165,10 @@ 2013-10-06 Michael Granger <ged@FaerieMUD.org> * .hgignore, Gemfile.lock: Remove generated file. - [377006201c40] [github/master] + [377006201c40] * loggability.gemspec: Remove generated file. [d18c5ee6d94a]