v3.5.1
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.