Skip to content

Commit

Permalink
Added release notes for 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
genius257 committed Mar 30, 2024
1 parent bf72419 commit 415e13f
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.0]

### Added

- `volatile` property for `FunctionDeclaration` AST object
- `dimensions` property for variable declarations on `VariableDeclaration` and `ConstDeclaration`

### Fixed

- Declaring array dimensions was missing on `ConstDeclaration`

## [1.1.7] - 2024-03-09

### Fixed
Expand Down Expand Up @@ -115,7 +126,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.0.0] - 2023-01-03

[unreleased]: https://github.com/genius257/autoit3-pegjs/compare/v1.1.7...HEAD
[unreleased]: https://github.com/genius257/autoit3-pegjs/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/genius257/autoit3-pegjs/compare/1.1.7...1.2.0
[1.1.7]: https://github.com/genius257/autoit3-pegjs/compare/1.1.6...1.1.7
[1.1.6]: https://github.com/genius257/autoit3-pegjs/compare/1.1.5...1.1.6
[1.1.5]: https://github.com/genius257/autoit3-pegjs/compare/1.1.4...1.1.5
Expand Down

0 comments on commit 415e13f

Please sign in to comment.