From 73e122e97f54a2484de1e9d823e38802225fd7d6 Mon Sep 17 00:00:00 2001 From: Chris Ainsley Date: Sat, 6 Feb 2016 18:28:46 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7820d30..8ef2906 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ Also, there is [javadoc](http://daveho.github.io/AceGWT/api/). ## Latest news +06 February 2016: + +* Bugfix for ConcurrentModificationException on removeAllMarkers(), courtesy of [Gottfried Huber](https://github.com/paxdei). + 20 January 2015: * Support for selection change events, courtesy of [Roman Sutormin](https://github.com/rsutormin).