ChangeLog in loggability-0.8.0 vs ChangeLog in loggability-0.8.1

- old
+ new

@@ -1,9 +1,85 @@ +2013-10-07 Michael Granger <ged@FaerieMUD.org> + + * .hgtags: + Added tag v0.8.0 for changeset 9e8338f511bf + [d9e93e136b47] [tip] + + * .hgsigs: + Added signature for changeset a4c6b86b7cbc + [9e8338f511bf] [v0.8.0] + + * History.rdoc, lib/loggability.rb: + Bump minor version, update history. + [a4c6b86b7cbc] + +2013-10-06 Michael Granger <ged@FaerieMUD.org> + + * .hgignore, Gemfile.lock: + Remove generated file. + [377006201c40] [github/master] + + * loggability.gemspec: + Remove generated file. + [d18c5ee6d94a] + + * Manifest.txt, lib/loggability.rb, lib/loggability/override.rb, + spec/loggability/override_spec.rb, spec/loggability_spec.rb: + Fix some bugs in aggregated overrides. + + - Make cloning an override additive + - Add missing ::with_level and ::formatted_with module methods to + Loggability. + - Clear overridden settings in dups of Override objects. + - Update the manifest. + [44b025b728e6] + + * README.rdoc, lib/loggability.rb, lib/loggability/logger.rb, + lib/loggability/override.rb, spec/loggability/logger_spec.rb, + spec/loggability/override_spec.rb, spec/loggability_spec.rb: + Add mechanism for temporary aggregated overrides + [a7d4b92e17f3] + +2013-10-04 Michael Granger <ged@FaerieMUD.org> + + * Gemfile, Gemfile.lock, Rakefile, lib/loggability.rb, + lib/loggability/logclient.rb, lib/loggability/loghost.rb, + loggability.gemspec, spec/helpers.rb, spec/lib/helpers.rb, + spec/loggability/formatter/color_spec.rb, + spec/loggability/formatter/html_spec.rb, + spec/loggability/formatter_spec.rb, spec/loggability/logger_spec.rb, + spec/loggability_spec.rb: + Update specs to use new RSpec syntax. + + - Split out LogHost and LogClient mixins into their own files + - Added generated gemspec and Gemfile + - Dropped support for Ruby < 1.9.3. + [c67cab6ae3be] + +2013-08-23 Michael Granger <ged@FaerieMUD.org> + + * .hgtags: + Added tag v0.7.0 for changeset d0325195530a + [6237423fc190] + + * .hgsigs: + Added signature for changeset 7e7b1c51eb3e + [d0325195530a] [v0.7.0] + + * History.rdoc, lib/loggability.rb: + Bump minor version, update history. + [7e7b1c51eb3e] + + * .rvm.gems, Rakefile, lib/loggability/logger.rb, + spec/loggability/logger_spec.rb: + Override Logger#<< to always append with formatting and level. + [5404625dc822] + 2013-06-07 Mahlon E. Smith <mahlon@martini.nu> * .hgtags: Added tag v0.6.1 for changeset f61e00b53f9d - [26c3fbf32d31] [github/master, tip] + [26c3fbf32d31] * .hgsigs: Added signature for changeset 693e882b2e43 [f61e00b53f9d] [v0.6.1]