Skip to content

Commit

Permalink
Changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kampfkarren committed Mar 12, 2023
1 parent 5e27ef6 commit 453da21
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [Unreleased](https://github.com/Kampfkarren/selene/compare/0.24.0...HEAD)
### Added
- Added `CFrame.fromEulerAngles` to the Roblox standard library.
- Added `validate-config` command, which will report any errors in your configuration.
- Added `capabilities` command, which will report the feature set of the selene installation. This is useful for consumers like the VS Code extension.

### Changed
- Unknown keys in configuration files are accepted less often now.

### Fixed
- "Legacy" Roblox enums (such as Enum.RaycastFilterType.Whitelist/Blacklist) are now automatically created and marked as deprecated in generated standard libraries.
Expand Down
3 changes: 2 additions & 1 deletion selene-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ If you want to stay up to date with selene itself, you can find the changelog in

## [Unreleased]
- Added `update-roblox-std` and `generate-roblox-std` subcommands to vscode command palette
- Added error reporting for configuration files, both for selene.toml and for YML standard libraries.

## [1.2.0]
- Temporary paths, such as Git diff previews, will now use your current workspace folder for configuration.
Expand All @@ -30,4 +31,4 @@ If you want to stay up to date with selene itself, you can find the changelog in
- Fixed a bug where diagnostics would stay left over.

## [1.0.0]
- Initial release
- Initial release

0 comments on commit 453da21

Please sign in to comment.