sharwell
released this
Minor bug fix release
Changes
For a list of all issues closed for this release, click here.
For a list of all commits in this release, click here.
- Improved compatibility with Java 8
- Updates to the C and C++ targets
Assets
2
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.
Assets
2
sharwell
released this
antlr-3.5 Updated version numbers for ANTLR 3.5 final