Skip to content

v3.5.1

Compare
Choose a tag to compare
@sharwell sharwell released this 28 Sep 03:43
· 68 commits to master since this release

Minor bug fix release

Breaking Changes

Starting with this release, StringTemplate 3.2.1 is an optional dependency (#126). While most artifacts using StringTemplate features would already include an explicit dependency on the stringtemplate artifact, some projects which omit the explicit dependency may fail to build until the dependency is added, as follows:

<dependency>
    <groupId>org.antlr</groupId>
    <artifactId>stringtemplate</artifactId>
    <version>3.2.1</version>
    <scope>compile</scope>
</dependency>

Changes

For a list of all issues closed for this release, click here.

For a list of all commits in this release, click here.

  • Fix the -Xgrtree command line option (#19)
  • Improve error message for error 7, which is reported for most IOException cases
  • Updated C++ target (#112, likely still a work in progress)