Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
Signed-off-by: regorxxx <[email protected]>
  • Loading branch information
regorxxx committed Nov 7, 2023
1 parent 3fb840e commit 4d96131
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d96131

Please sign in to comment.