ChangeLog in loggability-0.2.3 vs ChangeLog in loggability-0.3.0

- old
+ new

@@ -1,12 +1,86 @@ +2012-05-22 Michael Granger <ged@FaerieMUD.org> + + * lib/loggability/formatter.rb, spec/loggability/formatter_spec.rb, + spec/loggability/logger_spec.rb: + Downcase the severity before outputting. + [040bb1a5dc84] [tip] + +2012-05-18 Michael Granger <ged@FaerieMUD.org> + + * .hgtags: + Added tag v0.2.3 for changeset d221ee6a4c81 + [cc5441ff4666] + + * .hgsigs: + Added signature for changeset 57511ffc4e23 + [d221ee6a4c81] [v0.2.3] + + * History.rdoc, lib/loggability.rb: + Bumped patch version and updated history. + [57511ffc4e23] + + * lib/loggability.rb, spec/loggability_spec.rb: + Fix logging from subclasses of log clients. + + Thanks to Mahlon for spotting this and helping to track it down. + [8b10cb643375] + +2012-05-11 Michael Granger <ged@FaerieMUD.org> + + * .hgtags: + Added tag v0.2.2 for changeset 7237a700fafc + [a35c4d3abb52] + + * .hgsigs: + Added signature for changeset e41140479376 + [7237a700fafc] [v0.2.2] + + * History.rdoc, lib/loggability.rb: + Bump the patch version, update History. + [e41140479376] + + * .tm_properties, lib/loggability.rb, lib/loggability/logger.rb: + Log proxied Modules like Class objects, don't log config specs at + errror. + [72aefd428e62] + 2012-05-10 Michael Granger <ged@FaerieMUD.org> + * .hgtags: + Added tag v0.2.1 for changeset cd911ef44cf0 + [9b09c935a496] + + * .hgsigs: + Added signature for changeset 3d9dced14889 + [cd911ef44cf0] [v0.2.1] + + * History.rdoc, lib/loggability.rb: + Bumped patch version, updated History. + [3d9dced14889] + + * lib/loggability.rb, spec/loggability_spec.rb: + Fix for configuration via Configurability::Config. + [7eb1903dafa8] + + * .hgtags: + Added tag v0.2.0 for changeset aa672f2fa207 + [6b09a660a076] + + * .hgsigs: + Added signature for changeset 4c9840dcb9fd + [aa672f2fa207] [v0.2.0] + + * History.rdoc, lib/loggability.rb: + Fix 1.8 support. + [4c9840dcb9fd] + * .rvm.gems, README.rdoc, Rakefile, lib/loggability.rb, spec/lib/helpers.rb, spec/loggability/logger_spec.rb, spec/loggability_spec.rb: Add Configurability support. - [555511f82876] [tip] + [555511f82876] * lib/loggability/logger.rb: Make Logger#inspect output a bit more terse [fbddf3595a38] @@ -60,10 +134,10 @@ 2012-05-06 Michael Granger <ged@FaerieMUD.org> * README.rdoc: Add some stuff to the README. - [711c4dff84cf] [github/master] + [711c4dff84cf] * .hgtags: Added tag v0.0.1 for changeset 6dc36a56ff79 [16d1a85c491d]