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 Haskell Server-side SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4
4
5
+
## [2.0.0] - 2020-04-21
6
+
### Changed:
7
+
- The function `userSetKey` is now takes `Text` instead of `Maybe Text` for the key. This originally existed for compatibility with an internal test suite.
8
+
9
+
### Removed:
10
+
- The constructor `EvalErrorUserNotSpecified` has been removed from `EvalErrorKind`.
11
+
5
12
## [1.0.4] - 2020-04-06
6
13
### Fixed:
7
14
- Widened time and lens dependency ranges. Thanks @nbouscal!
0 commit comments