Highlights of the release:
* Refactored session stores.
* Merb freezer is gone, welcome merb bundler (and script/merb is back)!
run merb-gen scripts in your application to generate it
* Conditional get support in controllers.
so you can do request_fresh? to find out if request is fresh, and
return 304 if so
* absolute_url and url are improved: first now has :protocol and :host
options, second has anchors support.
* CSRF middleware ported from Django.
* Bug fixes, especially in merb_helpers.
--
MK