CHANGES.md in jellyfish-0.5.1 vs CHANGES.md in jellyfish-0.5.2
- old
+ new
@@ -1,6 +1,20 @@
# CHANGES
+## Jellyfish 0.5.2 -- 2012-10-20
+
+### Incompatible changes
+
+* `protect` method is removed and inlined, reducing the size of call stack.
+
+### Enhancements for Jellyfish core
+
+* `log_error` is now a public method.
+
+### Enhancements for Sinatra flavored controller
+
+* Force params encoding to Encoding.default_external
+
## Jellyfish 0.5.1 -- 2012-10-19
* Removed accidentally added sinatra files.
## Jellyfish 0.5.0 -- 2012-10-18