Skip to content

Commit f853857

Browse files
committed
Update documentation
1 parent 7d43b3b commit f853857

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Changelog
33

44
Version 25.0.0
55
---
6+
* Added Kotlin Multiplatform artifact (multiplatform-annotations).
67
* Removed Java 5 artifact.
78

89
Version 24.1.0

CONTRIBUTING.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@ During the new version release:
1616
* Push changes
1717
* Use 'Draft a new release' button on the Releases GitHub page; select the added tag; copy it to the release title
1818
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+
2026
### Backward compatibility
2127
All the changes should be backward compatible i.e. you can only add new annotations and new elements into existing annotation.
2228
If it's absolutely necessary to remove an annotation or its element we must firstly release a new major version where

0 commit comments

Comments
 (0)