You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
1
# Change Log
2
2
3
-
## Unreleased
3
+
## 1.6.0 - 2019-01-23
4
4
5
5
### Added
6
6
7
+
* Support for HTTPlug 2 / PSR-18
7
8
* Added `cache_listeners` option, which takes an array of `CacheListener`s, who get notified and can optionally act on a Response based on a cache hit or miss event. An implementation, `AddHeaderCacheListener`, is provided which will add an `X-Cache` header to the response with this information.
0 commit comments