Skip to content

Commit

Permalink
Fix CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Kampfkarren committed Jan 10, 2023
1 parent 117325b commit e2ec769
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

### Changed
- Improved the error message for using a standard library that can be detected as outdated.
- Updated internal parser, giving support for string interpolation for Luau and fixing some parsing bugs.

### Fixed
- Fixed "library" being typo'd as "libary" in the error when finding a usage.
Expand All @@ -26,9 +27,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Fixed
- `warn` in the Roblox standard library now properly works with all data types instead of only strings.

### Changed
- Updated internal parser, giving support for string interpolation for Luau and fixing some parsing bugs.

## [0.22.0](https://github.com/Kampfkarren/selene/releases/tag/0.22.0) - 2022-10-15
### Added
- Added `--allow-warnings` option to have selene pass when only warnings occur.
Expand Down

0 comments on commit e2ec769

Please sign in to comment.