FEATURES.md in hanami-1.0.0.beta1 vs FEATURES.md in hanami-1.0.0.beta2
- old
+ new
@@ -1,9 +1,12 @@
# Hanami
### The web, with simplicity.
## Features
+## v1.0.0.beta2 - 2017-03-02
+- Added: `Action#unsafe_send_file` to send files outside of the public directory
+
## v1.0.0.beta1 - 2017-02-14
- CLI: `hanami generate model` now also generates a migration
- Project logger `Hanami.logger`
- Automatic logging of HTTP requests, migrations, and SQL queries