diff --git a/CHANGELOG.md b/CHANGELOG.md index c01e9d1..9fe6cfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added + +- Added support for TLS in websockets, enabling usage of `wss://`-prefixed URLs. ([#57]) + ### Fixed +- Fixed `closeCode` erroring when being accessed on websockets. ([#57]) - 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 ### Breaking Changes