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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
All notable changes to the LaunchDarkly PHP SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4
4
5
+
## [2.3.0] - 2017-10-06
6
+
### Added
7
+
- New `flush` method forces events to be published to the LaunchDarkly service. This can be useful if `LDClient` is not automatically destroyed at the end of a request. Thanks @foxted!
8
+
9
+
### Fixed
10
+
- Documentation comment references the correct namespace for `CacheStorageInterface`. Thanks @pmeth!
11
+
5
12
## [2.2.0] - 2017-06-06
6
13
### Added
7
14
- Support for [publishing events via ld-relay](README.md#using-ld-relay)
0 commit comments