diff --git a/changelog.d/5744.misc b/changelog.d/5744.misc
new file mode 100644
index 0000000000..0953eccd95
--- /dev/null
+++ b/changelog.d/5744.misc
@@ -0,0 +1 @@
+Setup Dokka to be able to generate documentation of the SDK module. Run `./gradlew matrix-sdk-android:dokkaHtml` to do it.
\ No newline at end of file
diff --git a/changelog.d/5744.sdk b/changelog.d/5744.sdk
new file mode 100644
index 0000000000..aced939e55
--- /dev/null
+++ b/changelog.d/5744.sdk
@@ -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.
\ No newline at end of file