CHANGELOG in lumber-1.1.3 vs CHANGELOG in lumber-1.2.0
- old
+ new
@@ -1,4 +1,12 @@
+1.2.0 (03/03/2014)
+------------------
+
+Remove need for PreventRailsOverride by ensuring that lumber gets added after class is defined, and add lumber logger at singleton level Add a rails integration test to make sure common use case of lumber in rails is correct <d2364f5> [Matt Conway]
+add mri 2.1.0 to test targets <1acd50d> [Matt Conway]
+fix travis (ruby with psych on travis seems to not like leading whitespace for inline yml strings) <c635e98> [Matt Conway]
+test against 2.1.1 instead of 2.1.0 <2dcf586> [Matt Conway]
+
1.1.3 (12/20/2013)
------------------
set the Rails.logger level after init to workaround https://github.com/rails/rails/issues/13421 <25b121c> [Matt Conway]