Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8a8b95f

Browse files
committedJul 27, 2016
[Docs] Update changelog
1 parent 69a4587 commit 8a8b95f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
All notable changes to this project will be documented in this file. This project adheres to
33
[Semantic Versioning](http://semver.org/) and [this changelog format](http://keepachangelog.com/).
44

5-
## [Unreleased]
5+
## [0.4.1] - 2016-07-27
66

77
### Added
88

99
- Support for find-many requests in the default Eloquent model search implementation.
10+
- Hooks in `EloquentController` for `creating`, `created`, `updating` and `updated` events. This makes it
11+
easier for child classes to implement customer logic, e.g. dispatching events, jobs, etc.
1012

1113
### Changed
1214

0 commit comments

Comments
 (0)
Please sign in to comment.