diff --git a/CHANGELOG.md b/CHANGELOG.md index b0402b84..56cabe6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)