Skip to content

Commit 11370ef

Browse files
authored
Update README for 1.1.9
1 parent 3d407ee commit 11370ef

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ section:
231231
<dependency>
232232
<groupId>com.google.gwt.gwtmockito</groupId>
233233
<artifactId>gwtmockito</artifactId>
234-
<version>1.1.8</version>
234+
<version>1.1.9</version>
235235
<scope>test</scope>
236236
</dependency>
237237
```
@@ -247,8 +247,13 @@ to manually install the jars for [Mockito][6] and [Javassist][7].
247247

248248
## Version history
249249

250+
### 1.1.9
251+
* Support ResourcePrototype methods in fkae CLientBundles. (Thanks to zbynek)
252+
* Add a `@WithExperimentalGarbageCollection` annotation. (Thanks to LudoP)
253+
* Updated javassist dependency. (Thanks to TimvdLippe)
254+
250255
### 1.1.8
251-
* Preliminary Java 9 support (Thanks to benoitf)
256+
* Preliminary Java 9 support. (Thanks to benoitf)
252257

253258
### 1.1.7
254259
* Update GWT to version 2.8.0.

0 commit comments

Comments
 (0)