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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
2
2
3
3
All notable changes to the LaunchDarkly Lua Server-side SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4
4
5
+
## [1.2.0] - 2022-02-07
6
+
### Added:
7
+
- Added `version()` function to retrieve SDK version
8
+
9
+
### Fixed:
10
+
- Fixed memory leak in `AllFlags` API.
11
+
12
+
### Removed:
13
+
- Removed references to unused `cjson` package.
14
+
5
15
## [1.1.0] - 2021-02-04
6
16
### Added:
7
17
- Added the `alias` method. This can be used to associate two user objects for analytics purposes by generating an alias event.
0 commit comments