ChangeLog.md in ronin-1.4.0 vs ChangeLog.md in ronin-1.4.1
- old
+ new
@@ -1,4 +1,12 @@
+### 1.4.1 / 2012-04-01
+
+* Removed dependencey on env.
+* Removed `#to_ary` methods from Ronin Models that were causing
+ `SystemStackError: stack level too deep` exceptions. Fixes issue #4.
+* Ensure that {Ronin::AutoLoad} will finalize models loaded via `require_const`.
+* {Ronin::UI::CLI::Command#start} now rescues Interupts.
+
### 1.4.0 / 2012-02-12
* Require open_namespace ~> 0.4.
* Require parameters ~> 0.4.
* Require uri-query_params ~> 0.6.