Skip to content

Commit

Permalink
Add missing entry to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed Jun 23, 2024
1 parent c7cbda9 commit 359f281
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Added a builtin API for hashing and calculating HMACs as part of the `serde` library
- Added a builtin API for hashing and calculating HMACs as part of the `serde` library ([#193])

Basic usage:

Expand All @@ -36,6 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
By default, globals are injected and codegen is disabled.
Check the documentation for the `luau` standard library for more information.

- Implemented support for floor division operator / `__idiv` for the `Vector2` and `Vector3` types in the `roblox` standard library ([#196])

### Changed

- Sandboxing and codegen in the Luau VM is now fully enabled, resulting in up to 2x or faster code execution.
Expand All @@ -46,6 +48,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Fixed `__type` and `__tostring` metamethods on userdatas and tables not being respected when printed or formatted using `stdio.format`.

[#193]: https://github.com/lune-org/lune/pull/193
[#196]: https://github.com/lune-org/lune/pull/196

## `0.8.5` - June 1st, 2024

### Changed
Expand Down

0 comments on commit 359f281

Please sign in to comment.