From 8329bb22d72b82604c4cfc7ce19bbc866d70ca85 Mon Sep 17 00:00:00 2001 From: Parnic Date: Mon, 23 Apr 2018 23:44:28 -0500 Subject: [PATCH] Added changelog --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e4b4394..839f280 100755 --- a/README.md +++ b/README.md @@ -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.