Skip to content

Commit

Permalink
updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimaryFeather committed Jun 24, 2018
1 parent 86caaec commit 004c1d0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
------------------------

Expand Down
4 changes: 3 additions & 1 deletion flox/src/com/gamua/flox/Query.as
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 004c1d0

Please sign in to comment.