Skip to content

Commit

Permalink
Adding release 1.3.0 notes to readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Apr 14, 2015
1 parent 14c5aea commit 6c1e4ee
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,17 @@ Collections Abstraction library

## Changelog

### v1.2
### v1.3.0

* [Explicit casting of first and max results in criteria API](https://github.com/doctrine/collections/pull/26)
* [Keep keys when using `ArrayCollection#matching()` with sorting](https://github.com/doctrine/collections/pull/49)
* [Made `AbstractLazyCollection#$initialized` protected for extensibility](https://github.com/doctrine/collections/pull/52)

### v1.2.0

* Add a new ``AbstractLazyCollection``

### v1.1
### v1.1.0

* Deprecated ``Comparison::IS``, because it's only there for SQL semantics.
These are fixed in the ORM instead.
Expand Down

0 comments on commit 6c1e4ee

Please sign in to comment.