CHANGELOG.md in angelo-0.3.2 vs CHANGELOG.md in angelo-0.3.3
- old
+ new
@@ -1,7 +1,20 @@
changelog
=========
+### 0.3.3 16 jan 2015
+
+thanks: @mighe, @tarcieri, @jc00ke, @gunnarmarten, @tommay
+
+* RuntimeError if Angelo::Tilt::ERB is included and Tilt is < 2.0
+ * add deprecation warning - plan for Tilt inclusion by default
+* fix/simplify routing hash (#27)
+* Base.run, Base.run! now accept an options hash to pass to Reel (#26)
+* update tests for 2.2.0 URI.parse (https://bugs.ruby-lang.org/issues/10669)
+* `public_dir` accessor forwarded from base now
+* `redirect` returns nil
+* travis tests against rbx (#23)
+
### 0.3.2 27 nov 2014 ¡gracias!
thanks: @mighe, @artworx
* send_file now accepts both full paths and paths relative to app file's dir (#20)