diff --git a/CHANGELOG.md b/CHANGELOG.md index e76dda0c..435178c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ ### 2.5.0 * forked from 2.4.2 (no documented on changelog). -* Added [Android colors](https://developer.android.com/reference/android/graphics/Color) compatibility. color.android(alpha=false, round=true). By default alpha is scrapped (like color.num()). +* Added full [Android colors](https://developer.android.com/reference/android/graphics/Color) compatibility. color.android(mode='rgb'). By default alpha is scrapped (like color.num()), set mode to 'rgba' to use alpha. +* Added tests for [Android colors](https://developer.android.com/reference/android/graphics/Color) compatibility. * Fix tests for docs when using both \n or \r\n line feeds. ### 2.0.3