History.rdoc in loggability-0.2.3 vs History.rdoc in loggability-0.3.0
- old
+ new
@@ -1,4 +1,10 @@
+== v0.3.0 [2012-05-26] Michael Granger <ged@FaerieMUD.org>
+
+- Add Loggability::SpecHelpers for setting up logging in tests.
+- Downcase the severity before outputting.
+
+
== v0.2.3 [2012-05-18] Michael Granger <ged@FaerieMUD.org>
Fix logging from subclasses of log clients. Thanks to Mahlon E.
Smith for spotting this and helping to track it down.