Skip to content

Commit

Permalink
Update changelog for 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kampfkarren committed Jul 9, 2020
1 parent 45a0974 commit 6aa5616
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.7.0] - 2020-06-08
### Added
- Added support for `continue`, compound assignments (`+`), intersectional types, and numbers with underscores under the `roblox` feature flag.

### Fixed
- Fixed several parse errors with numbers.

### Changed
- Removed types from `debug.traceback` arguments in the Lua 5.1 standard library
- Made 4th argument to `CFrame.fromMatrix` optional (#113)
Expand Down

0 comments on commit 6aa5616

Please sign in to comment.