Skip to content

Commit cbb4f57

Browse files
committed
Update CHANGELOG
1 parent bb1c632 commit cbb4f57

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,37 @@
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.3.1 (2018-08-01)
6+
7+
### Patched
8+
9+
- Add Zend Diactoros as a direct package dependency
10+
- Remove unused `use` statements across the codebase
11+
512
## 3.3.0 (2018-07-17)
613

7-
### Features
14+
### Added
815

916
- Add `runningInConsole()` function to `Application`
1017
- Add `mergeConfigFrom()` function to `ServiceProvider`
1118
- Add warning to log when no WP Controller is found
1219

1320
## 3.2.1 (2018-05-27)
1421

15-
### Bug Fixes
22+
### Patched
1623

1724
- Prevent duplicate headers being sent
1825

1926
## 3.2.0 (2018-05-10)
2027

21-
### Features
28+
### Added
2229

2330
- Add `Responsable` interface which can be used as a return object in Controllers or added to Exceptions and automatically handled by the application.
2431
- 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.
2532

2633
## 3.1.0 (2018-03-28)
2734

28-
### Features
35+
### Added
2936

3037
- Add support for view models
3138

0 commit comments

Comments
 (0)