mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Add changelog files
This commit is contained in:
parent
bfbcef60e9
commit
a0eb4c144e
2 changed files with 4 additions and 0 deletions
1
changelog.d/5744.misc
Normal file
1
changelog.d/5744.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Setup Dokka to be able to generate documentation of the SDK module. Run `./gradlew matrix-sdk-android:dokkaHtml` to do it.
|
3
changelog.d/5744.sdk
Normal file
3
changelog.d/5744.sdk
Normal file
|
@ -0,0 +1,3 @@
|
|||
A lot of classes which were exposed to the clients and were located in the package `org.matrix.android.sdk.internal` have been moved to the package `org.matrix.android.sdk.api`.
|
||||
All the classes which are in the package `org.matrix.android.sdk.internal` should now be declared `internal`.
|
||||
Some unused code and classes have been removed.
|
Loading…
Add table
Reference in a new issue