Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Xilophor committed Jul 26, 2024
1 parent 76cd1a5 commit e342828
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v3.1.0]

### Added
- Added `LNetworkVariable` - replaces `LethalNetworkVariable`.
- Added `LNetworkVariableWritePerms` enum to control the write permissions of the variable.
- Added `UpdateOwner` method to update the owner of the variable.
- Added `Dispose` method to dispose of the variable.

### Fixed
- Fixed clients not sending events/messages/variable updates to other clients.

## [v3.0.3]

### Fixed
- NGO `ConnectedClients should only be accessed on the server` error.

## [v3.0.2]

### Fixed
Expand Down

0 comments on commit e342828

Please sign in to comment.