diff --git a/CHANGELOG.md b/CHANGELOG.md index a4fe02f..5019615 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ Flox: Changelog =============== +version 1.4 - 2018-06-24 +------------------------ + +* added support for storing Score instances as shared objects +* added workaround for rare problem with inconsistent query index +* added some new unit tests +* now using name of HTTP status as error message as fallback (instead of 'unknown') +* now ignoring 'ACTIVATE' event if there hasn't been a DEACTIVATE before +* updated IDEA modules to use AIR 30 +* updated unit tests for Starling 2.x +* updated Ant build-file +* fixed documentation typos + version 1.3 - 2014-11-28 ------------------------ diff --git a/flox/src/com/gamua/flox/Query.as b/flox/src/com/gamua/flox/Query.as index 4bb6413..1119aa7 100644 --- a/flox/src/com/gamua/flox/Query.as +++ b/flox/src/com/gamua/flox/Query.as @@ -198,7 +198,9 @@ package com.gamua.flox return array; } - /** Executes the query and passes the list of entity IDs that make up the result to the + /** @private + * + * Executes the query and passes the list of entity IDs that make up the result to the * "onComplete" callback. Don't forget to create appropriate indices for your queries! * * @param onComplete a callback with the form: