Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit e7c06a9

Browse files
authored
Merge pull request #231 from github/release-java-0.2.0
Release Java 0.2.0
2 parents aee65e7 + 143f637 commit e7c06a9

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## Unreleased
9+
10+
## [0.2.0] - 2023-03-21
11+
12+
### Added
13+
14+
- Definitions and references for labels (#194)
15+
- Definitions and references for enum switch statements, interfaces, added additional rules for class extension (#210)
16+
- Updated rules to support finding definitions of imported classes and methods (#192)
17+
18+
### Fixed
19+
20+
- Corrected issue where `for` loops with commas raised errors (#224)
21+
- Added missing nodes for `line_comments` and `block_comments` (#192)

0 commit comments

Comments
 (0)