Fixed changelog
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 72f5c0e..8ff4688 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,8 +4,8 @@
 exposing Lottie's copy of Moshi's json parser.
 * Add the ability to catch all Lottie composition errors with `setFailureListener` and 
 `resetFailureListener` (#1321).
-* Add the ability to set a fallback drawable res when Lottie failes to parse a composition or 
-load it from the internet with `setFallbackResource` and the `setFallbackRes` xml attribute.
+* Add the ability to set a fallback drawable res when Lottie fails to parse a composition or 
+load it from the internet. Use `setFallbackResource` from code or`lottie_fallbackRes` from xml.
 ## Bugs Fixed
 * Prevent masks from either clipping edges or having thin borders pre-Pie.
 * Apply animation scale to dash pattern offsets.