Skip to content

Commit

Permalink
New Compatibility Version
Browse files Browse the repository at this point in the history
  • Loading branch information
gtnardy committed Jun 17, 2024
1 parent 6a02132 commit 5431263
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/core-concepts/packages/compatibility-versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ The Compatibility Mode is a feature that aims to keep old and unmaintained packa
To use the following features, you must update your Package's `compatibility_version` setting in the Package.toml to at least that version (exact that version or bigger).


### Version `1.65`


#### [Events.Unsubscribe()](/scripting-reference/static-classes/events.mdx#static-function-unsubscribe)

`Events.Unsubscribe` now only unsubscribes to local events (ones subscribed with **Events.Subscribe**). If you want to unsubscribe to remote events (ones subscribed as **Events.SubscribeRemote**), please use [Events.UnsubscribeRemote()](/scripting-reference/static-classes/events.mdx#static-function-unsubscriberemote)

In compatibility mode (i.e. setting it to `1.64` or below) `Events.Unsubscribe` still unsubscribes for both Local and Remote events.


### Version `1.55`


Expand Down
2 changes: 1 addition & 1 deletion src/api

0 comments on commit 5431263

Please sign in to comment.