From dfca4d30778a00d49d4cc0a7523431bdf317c0f4 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Sat, 17 Jun 2023 21:01:49 +0200 Subject: [PATCH] Add missing changelog entry --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) 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