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
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
3
3
## [Unreleased]
4
4
5
+
New:
6
+
- Nothing yet!
7
+
8
+
Changed:
9
+
- Nothing yet!
10
+
11
+
Fixed:
12
+
- Nothing yet!
13
+
14
+
15
+
## [2.0.0] - 2024-05-28
16
+
5
17
New:
6
18
- Support for Kotlin 2.0.0!
7
19
@@ -11,6 +23,8 @@ Changed:
11
23
Fixed:
12
24
- Mac OS `DisplayLinkClock` was updated to correctly use a "static" function for pointer-passing to `CVDisplayLink`, as newly-enforced by Kotlin 2.0. This should not cause a behavior change.
13
25
26
+
Note: This release is otherwise binary-compatible with the 1.x versions. The major version bump is due to the build change only.
0 commit comments