CHANGELOG.md in lotusrb-0.3.1 vs CHANGELOG.md in lotusrb-0.3.2
- old
+ new
@@ -1,7 +1,20 @@
# Lotus
A complete web framework for Ruby
+## v0.3.2 - 2015-05-22
+### Added
+- [Alfonso Uceda Pompa] Automatic secure cookies if the current connection is using HTTPS.
+- [Alfonso Uceda Pompa] Routing helpers for actions (via `#routes`).
+- [My Mai] Introduced `Lotus.root`. It returns the top level directory of the project.
+
+### Fixed
+- [Ngọc Nguyễn] Model generator should use new RSpec syntax.
+- [Ngọc Nguyễn] Model generator must respect file name conventions for Ruby.
+- [Ngọc Nguyễn] Action generator must respect file name conventions for Ruby.
+- [Alfonso Uceda Pompa] Action generator must raise error if name isn't provided.
+- [Luca Guidi] Container generator for RSpec let the application to be preloaded (discard `config.before(:suite)`)
+
## v0.3.1 - 2015-05-15
### Added
- [Hiếu Nguyễn] Introduced application generator (eg. `bundle exec lotus generate app admin` creates `apps/admin`).
- [Ngọc Nguyễn] Introduced model generator (eg. `bundle exec lotus generate model user` creates entity, repository and test files).
- [Ngọc Nguyễn] Introduced `Lotus.env`, `Lotus.env?` for current environment introspection (eg. `Lotus.env?(:test)` or `Lotus.env?(:staging, :production)`)