CHANGELOG.md in angelo-0.4.1 vs CHANGELOG.md in angelo-0.5.0
- old
+ new
@@ -1,8 +1,22 @@
changelog
=========
-### 0.4.1
+### 0.5.0 mar 2016
+
+thanks: @tommay, @gunnarmarten, @nagius
+
+* add Angelo::Templates as a better interface to Tilt
+ * haml / markdown support
+* JSON array post body support (#48)
+* add `request_body` helper for access to JSON array post bodies or `request.body.to_s`
+* move `reload_templates!` to `Angelo::Base::DSL`
+* support `Regexp` as only arg to `before` and `after` filters
+* add post override support via `X-Angelo-PostOverride` header
+* update celluloid API usage (#58)
+* add `default_headers` DSL method (#61)
+
+### 0.4.1 8 feb 2015
thanks: @tommay
* Base.content_type -> DSL#content_type (for top-level apps)