Added changelog

This commit is contained in:
2018-04-23 23:44:28 -05:00
parent 2d382dda65
commit 8329bb22d7

View File

@ -300,3 +300,12 @@ Passed as an argument to the emitted `circuitStateChanged`. The passed version i
* `circuitId` - integer indicating the ID of the circuit to set the state of.
* This ID can be retrieved from `SLControllerConfigMessage`'s `bodyArray` property.
* `circuitState` - integer indicating whether to switch the circuit on (`1`) or off (`0`).
# Changelog
## v1.0.1
* Added direct connection support.
## v1.1.0
* Added ability to set circuit state.
* Fixed FindUnits.sendServerBroadcast() failing in certain environments.