Skip to content

Commit 13aebb3

Browse files
committed
Updated CHANGELOG
1 parent c587ba7 commit 13aebb3

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

CHANGELOG.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change log
22

3+
[2016-09-02] v2.0.4
4+
- Enhancement: Added support for Google App Engine and documentation for using Cloud Storage for caching.
5+
- Enhancement: Added `HttpClient\FileGetContents` for use without `curl` or `fsock`.
6+
- Enhancement: Added support for Guzzle 6+ through new adapter `HttpClient\GuzzleHttp`.
7+
- Enhancement: Added Docker test runner via `docker-compose`.
8+
- Bugfix: CURL adapter would not use compression even with `use_compression = true`.
9+
310
[2015-06-15] v2.0.3
411
- Enhancement: Reduce PHP version constraint from 5.4 to 5.3.
512

@@ -21,16 +28,12 @@
2128
- Improved documentation
2229

2330
[2012-04-02] v1.0.2
24-
2531
- Bugfix: Strict notices about abstract static methods
2632
- Improved code examples
2733
- Bugfix: Memcache connections are duplicated
2834

2935
[2012-03-16] v1.0.1
30-
3136
- Bugfix: JSON warnings in PHP < 5.3
3237

3338
[2011-12-21] v1.0.0
34-
3539
- Initial release
36-

0 commit comments

Comments
 (0)