Skip to content

Commit

Permalink
Added Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup committed Jan 24, 2017
1 parent 16735b2 commit edc98e6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
2.0.0
======

* Add a Symfony command to update the status of a feature
* Added Symfony command to get the status of a feature
* Added PersistenStorageInterface to identify storage adapters that can persist the storage
* Removed functions
* Don't memoize callables and expressions
* Update Toggle to take an instance of an ExpressionLanguage class
* Created a factory method for Config
* Added ArrayStorage class, update Toggle to accept a StorageInterface instead of a Config, and made Config a factory for any storage
* Added YamlFileStorage
* Added RedisStorage
* Remove static methods and moved config into the Config class
* Drop support for PHP 5 and PHP 7.0
* Add a New Namespace

0 comments on commit edc98e6

Please sign in to comment.