Add ChangeLog for kotlinx-metadata-jvm

This commit is contained in:
Alexander Udalov
2018-06-01 14:34:55 +02:00
parent 3171968efc
commit adb129d244
@@ -0,0 +1,11 @@
# kotlinx-metadata-jvm
## 0.0.2
- Change group ID from `org.jetbrains.kotlin` to `org.jetbrains.kotlinx`
- Depend on a specific version of kotlin-stdlib from Maven Central instead of snapshot from Sonatype Nexus
- Use `JvmMethodSignature` and `JvmFieldSignature` to represent JVM signatures instead of plain strings
## 0.0.1
- Initial release