Skip to content

Commit f0a739f

Browse files
committed
Update changelog for v3.2.0
1 parent a482183 commit f0a739f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 3.2.0 (2018-05-10)
6+
7+
### Features
8+
9+
- Add `Responsable` interface which can be used as a return object in Controllers or added to Exceptions and automatically handled by the application.
10+
- Add `Helpers` class with the following functions `app()`, `config()`, `view()`, `route()` & `redirect()`. These can be added to the global namespace by including the `src/functions.php` file.
11+
512
## 3.1.0 (2018-03-28)
13+
14+
### Features
15+
616
- Add support for view models
717

818
## 3.0.0 (2018-03-23)

0 commit comments

Comments
 (0)