CHANGELOG.md in lotusrb-0.4.0 vs CHANGELOG.md in lotusrb-0.4.1

- old
+ new

@@ -1,7 +1,19 @@ # Lotus A complete web framework for Ruby +## v0.4.1 - 2015-07-10 +### Added +- [Trung Lê] Alias `--database` as `--db` for `lotus new` + +### Fixed +- [Alfonso Uceda Pompa] Ensure to load correctly apps in `lotus console` +- [Alfonso Uceda Pompa] Ensure to not duplicate prefix for Container mounted apps (eg `/admin/admin/dashboard`) +- [Alfonso Uceda Pompa] Ensure generator for application arch to generate session secret +- [Alfonso Uceda Pompa & Trung Lê & Hiếu Nguyễn] Exit unsuccessfully when `lotus generate model` doesn't receive a mandatory name for model +- [Miguel Molina] Exit unsuccessfully when `lotus new --database` receives an unknown value +- [Luca Guidi] Ensure to prepend sessions middleware, so other Rack components can have access to HTTP session + ## v0.4.0 - 2015-06-23 ### Added - [Luca Guidi] Database migrations and new CLI commands for database operations - [Luca Guidi] Cross Site Request Forgery (CSRF) protection - [Hiếu Nguyễn & Luca Guidi] Application Architecture