Updated changelog

This commit is contained in:
Alex Bilbie 2013-12-02 18:43:42 +00:00
parent 031cf3064a
commit 041104e2b1

View File

@ -1,6 +1,6 @@
# Changelog
## 3.0 (released 2013-11-29)
## 3.0 (released 2013-12-02)
* Fixed spelling of Implicit grant class (Issue #84)
* Travis CI now tests for PHP 5.5
@ -11,6 +11,7 @@
* All methods which didn't before return a value now return `$this` to support method chaining
* Removed the build in DB providers - these will be put in their own repos to remove baggage in the main repository
* Removed support for PHP 5.3 because this library now uses traits and will use other modern PHP features going forward
* Moved some grant related functions into a trait to reduce duplicate code
## 2.1.1 (released 2013-06-02)