ChangeLog in loggability-0.1.0 vs ChangeLog in loggability-0.2.0
- old
+ new
@@ -1,9 +1,69 @@
+2012-05-10 Michael Granger <ged@FaerieMUD.org>
+
+ * .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]
+
+ * lib/loggability/logger.rb:
+ Make Logger#inspect output a bit more terse
+ [fbddf3595a38]
+
+2012-05-08 Michael Granger <ged@FaerieMUD.org>
+
+ * .hgtags:
+ Added tag v0.1.0 for changeset 929216c0ffee
+ [65953fe69af2]
+
+ * .hgsigs:
+ Added signature for changeset ea1633c450be
+ [929216c0ffee] [v0.1.0]
+
+ * History.rdoc, lib/loggability.rb:
+ Bump minor version, update history.
+ [ea1633c450be]
+
+ * .hgignore, Rakefile, lib/loggability.rb,
+ lib/loggability/constants.rb, lib/loggability/formatter/color.rb,
+ lib/loggability/logger.rb, spec/loggability/formatter/html_spec.rb,
+ spec/loggability/formatter_spec.rb, spec/loggability/logger_spec.rb:
+ Remove all 1.9isms so it works under 1.8.x.
+
+ I've been trying to do everything in 1.9 first, but it turns out
+ there's still some 1.8 stuff that I need to support that I'd like to
+ use this with.
+ [e702bbec7c9d]
+
+ * lib/loggability/formatter/color.rb:
+ Fix the docs for the color formatter
+ [4191fb2e0d14]
+
+2012-05-07 Michael Granger <ged@FaerieMUD.org>
+
+ * .hgtags:
+ Added tag v0.0.2 for changeset 9a502152869e
+ [984798ba8ace]
+
+ * .hgsigs:
+ Added signature for changeset 1099204b229f
+ [9a502152869e] [v0.0.2]
+
+ * History.rdoc, lib/loggability.rb:
+ Bumped the patch version, updated History.
+ [1099204b229f]
+
+ * lib/loggability/formatter/html.rb, spec/lib/helpers.rb,
+ spec/loggability/formatter/html_spec.rb:
+ Fix escaping of the 'progname' in the HTML log formatter.
+ [748e600c8037]
+
2012-05-06 Michael Granger <ged@FaerieMUD.org>
* README.rdoc:
Add some stuff to the README.
- [711c4dff84cf] [tip]
+ [711c4dff84cf] [github/master]
* .hgtags:
Added tag v0.0.1 for changeset 6dc36a56ff79
[16d1a85c491d]