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
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,14 @@
1
1
# Change log
2
2
3
-
All notable changes to the LaunchDarkly client-side JavaScript SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
3
+
All notable changes to the LaunchDarkly client-side JavaScript SDK will be documented in this file. This
4
+
project adheres to [Semantic Versioning](http://semver.org).
5
+
6
+
## [1.2.0] - 2017-12-15
7
+
### Added
8
+
- Added `useReport` initialization option to use `REPORT` instead of `GET` when communicating with LaunchDarkly.
9
+
### Fixed
10
+
- Authentication errors will now be logged — the root cause for these errors is usually an invalid
0 commit comments