Add changelog files

This commit is contained in:
Benoit Marty 2022-04-12 16:14:48 +02:00
parent bfbcef60e9
commit a0eb4c144e
2 changed files with 4 additions and 0 deletions

1
changelog.d/5744.misc Normal file
View 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
View 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.