Add missing changelog entry

This commit is contained in:
Filip Tibell 2023-06-17 21:01:49 +02:00
parent 4cf8905768
commit dfca4d3077
No known key found for this signature in database

View file

@ -10,10 +10,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased ## Unreleased
### Added
- Added support for TLS in websockets, enabling usage of `wss://`-prefixed URLs. ([#57])
### Fixed ### Fixed
- Fixed `closeCode` erroring when being accessed on websockets. ([#57])
- Fixed issues with `UniqueId` when using the `roblox` builtin by downgrading `rbx-dom`. - Fixed issues with `UniqueId` when using the `roblox` builtin by downgrading `rbx-dom`.
[#57]: https://github.com/filiptibell/lune/pull/57
## `0.7.0` - June 12th, 2023 ## `0.7.0` - June 12th, 2023
### Breaking Changes ### Breaking Changes