Releases: antlr/antlr3
Releases · antlr/antlr3
3.5.3
Small clean up release.
What's Changed
- change source compatibility to 1.8 and enabke github workflows by @teverett in #201
- Change Wiki URLs to theantlrguy.atlassian.net in README.txt by @stadlerb in #185
- Bazel support by @jcking in #207
New Contributors
- @teverett made their first contribution in #201
- @stadlerb made their first contribution in #185
- @jcking made their first contribution in #207
Full Changelog: 3.5.2...3.5.3
v3.5.2
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
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.