Skip to content

Commit

Permalink
Added changelog for version 2.3 and bumped the version
Browse files Browse the repository at this point in the history
  • Loading branch information
ihor committed Jan 10, 2016
1 parent d5e1d83 commit 4601823
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# CHANGELOG

## 2.3.0 / 2016-01-10

- Added [Memcached](https://github.com/ihor/Cachalot/blob/master/Cachalot/MemcachedCache.php) extension support
- Added [Couchbase PHP SDK 2.x](https://github.com/ihor/Cachalot/blob/master/Cachalot/CouchbaseCache2.php) support
- Added selective serialization for [Redis](https://github.com/ihor/Cachalot/blob/master/Cachalot/RedisCache.php) and [Xcache](https://github.com/ihor/Cachalot/blob/master/Cachalot/XcacheCache.php) cache back-ends
- Optimized [ArrayCache](https://github.com/ihor/Cachalot/blob/master/Cachalot/ArrayCache.php) performance
- Fixed cache keys for object arguments passed to ```getCached```
- Fixed collisions for keys longer than supported than cache back-end
- Fixed [CouchbaseCache](https://github.com/ihor/Cachalot/blob/master/Cachalot/CouchbaseCache.php) to follow the same cache API
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Installation
Define the following requirement in your composer.json file:
```
"require": {
"ihor/cachalot": "2.2"
"ihor/cachalot": "2.3"
}
```

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.2-dev"
"dev-master": "2.3-dev"
}
}
}

0 comments on commit 4601823

Please sign in to comment.