diff --git a/release-notes/VERSION b/release-notes/VERSION index d0d5a679..bf333cf9 100644 --- a/release-notes/VERSION +++ b/release-notes/VERSION @@ -7,6 +7,8 @@ Project: woodstox Not yet released: #121: Fix issues outlined by "lgtm.com"'s static analysis +#136: `com.ctc.wstx.evt` is not exported in `module-info.java` + (reported by ChrisTrenkamp@github) 6.2.7 (20-Nov-2021) diff --git a/src/moditect/module-info.java b/src/moditect/module-info.java index 5ed11d80..ba7ebf7e 100644 --- a/src/moditect/module-info.java +++ b/src/moditect/module-info.java @@ -15,6 +15,7 @@ exports com.ctc.wstx.dom; exports com.ctc.wstx.dtd; exports com.ctc.wstx.ent; + exports com.ctc.wstx.evt; exports com.ctc.wstx.exc; exports com.ctc.wstx.io; // should this be exported? exports com.ctc.wstx.msv;