diff --git a/CHANGELOG.md b/CHANGELOG.md index 48b7b8be3..6be329c3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## newVersion +* [Bugfix] Fixed PieChart exception bug on sections tap, #514. +* [Bugfix] Fixed PieChart badges problem, #538. +* [Improvement] Updated example app to support web. +* [Improvement] Show tooltips on mouse hover on Web, and Desktop. + ## 0.12.2 * [Bugfix] Fixed PieChart badges draw in first frame problem, #513. * [Improvement] Use CanvasWrapper to proxy draw functions (It does not have any effect on the result, it makes the code testable)