diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index fd3e24e2..ce8c7278 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -1,6 +1,16 @@
# Changelog
-# 3.0.0
+# 3.0.1
+* Add `AsyncDrawableLoader.Builder#implementation` method ()
+* AsyncDrawable allow placeholder to have independent size ()
+* `addFactory` method for MarkwonSpansFactory
+* Add optional spans for list blocks (bullet and ordered)
+* AsyncDrawable placeholder bounds fix
+* SpannableBuilder setSpans allow array of arrays
+* Add `requireFactory` method to MarkwonSpansFactory
+* Add DrawableUtils
+
+## 3.0.0
* Plugins, plugins, plugins
* Split basic functionality blocks into standalone modules
* Maven artifacts group changed to `ru.noties.markwon` (previously had been `ru.noties`)