Added automatic module name for JPMS compatibility

This commit is contained in:
2018-03-15 19:59:51 +01:00
parent 93acfad184
commit 7e3af36e22
2 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,6 @@
## 1.1.2 [unreleased]
* [improvement] Added automatic module name for JPMS compatibility
## 1.1.1 [2018-02-20]
* [improvement] On connection or parsing errors, the `IOException` is no longer ignored, but encapsulated in `RuntimeException` (no StackTraces printed)
* [internal] Code cleanup and minor improvements