Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
sozpinar committed Mar 18, 2019
1 parent 22cc87c commit 178f6fe
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 @@
# Changelog

## [1.0.0] - 2019-03-18
* Added support for PHP versions 7.1, 7.2 and 7.3.
* Improved `increment()` method algorithm.
* Updated gamegos/nosql library version to 1.
* Updated test environment for testing with docker.
* Improved tests for unexpected APC behaviours.

## [0.2.0] - 2016-09-20
* Added support for PHP versions 5.6 and 7.0.
* Changed APC built-in method prefixes from `apc_` to `apcu_`.
* Added apcu v5.1 support.

## [0.1.0] - 2016-06-17
* First release.

0 comments on commit 178f6fe

Please sign in to comment.