From dcf054ea01bd8fd76ad12e5362e75235dc2ba35a Mon Sep 17 00:00:00 2001 From: kdenzel <31431312+kdenzel@users.noreply.github.com> Date: Fri, 11 Sep 2020 22:44:27 +0200 Subject: [PATCH] Updated changes --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index cebac7721d4..bac6ea99fc9 100755 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,5 @@ [1.9.12] +- Fixes Issue #5048. The function Intersector.overlapConvexPolygons now should return the right minimum translation vector values. - Update to MobiVM 2.3.10 - API Change: Removed Pool constructor with preFill parameter in favor of using Pool#fill() method. See #6117 - API Addition: Slider can now be configured to only trigger on certain mouse button clicks (Slider#setButton(int)).