File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ Changelog
3
3
4
4
Version 25.0.0
5
5
---
6
+ * Added Kotlin Multiplatform artifact (multiplatform-annotations).
6
7
* Removed Java 5 artifact.
7
8
8
9
Version 24.1.0
Original file line number Diff line number Diff line change @@ -16,7 +16,13 @@ During the new version release:
16
16
* Push changes
17
17
* Use 'Draft a new release' button on the Releases GitHub page; select the added tag; copy it to the release title
18
18
field; copy the added changelog section into the release details field.
19
-
19
+
20
+ ### Multiplatform artifact
21
+ We publish two artifacts: annotations (annotations written in Java) and multiplatform-annotations (same annotations
22
+ written in Kotlin Multiplatform). Please check that changes are done both in java-annotations and
23
+ multiplatform-annotations folders. Jvm artifact of multiplatform-annotations should be a drop-in replacement of
24
+ java-annotations, every annotation added to java-annotations should also be added to multiplatform-annotations.
25
+
20
26
### Backward compatibility
21
27
All the changes should be backward compatible i.e. you can only add new annotations and new elements into existing annotation.
22
28
If it's absolutely necessary to remove an annotation or its element we must firstly release a new major version where
You can’t perform that action at this time.
0 commit comments