Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sokil committed Jan 27, 2015
1 parent 77edff7 commit 0b4931d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 1.12.4@DEV
## 1.12.4 (2015-01-27)
* If callable in `Dollection::getDocument()` specified, document always loaded directly omitting document pool.
* Fixed 'in' validator when custom error message specified
* Dependency from major version number of Symfony Event Dispatcher

## 1.12.3 (2015-01-18)
* Fixed bug with naming of validator in errors array. Removed suffix 'validator'.
Expand Down Expand Up @@ -53,4 +54,4 @@
* ```Document::fromArray()``` deprecated use ```Document::merge()``` instead
* ```Document::pushFromArray()``` deprecated since 1.6.0 use ```Document::pushEach()``` instead
* ```Paginator::setQueryBuilder()``` deprecated since 1.2.0 use ```Paginator:::setCursor()```
* ```Structure::load()``` deprecated since 1.8.1 and will be removed in next versions. Use concrete merge methods
* ```Structure::load()``` deprecated since 1.8.1 and will be removed in next versions. Use concrete merge methods

0 comments on commit 0b4931d

Please sign in to comment.