mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 04:50:36 +00:00
Add missing changelog entry
This commit is contained in:
parent
4cf8905768
commit
dfca4d3077
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue