Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
junkdog committed Feb 13, 2014
1 parent be0b960 commit 3f5d6ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,8 @@
- **GWT support** ([demo](http://flet.github.io/spaceship-warrior-redux/)) sporting - **GWT support** ([demo](http://flet.github.io/spaceship-warrior-redux/)) sporting
[libgdx](https://github.com/libgdx/libgdx)'s reflection wrapper code. [libgdx](https://github.com/libgdx/libgdx)'s reflection wrapper code.
- This means that `@Mapper` works for GWT builds too. - This means that `@Mapper` works for GWT builds too.
- Note: `@PooledWeaver` and `@PackedWeaver` don't work under GWT, though the presence
of the annotations shouldn't break the build.
- Optional `expectedEntityCount` parameters in `World` constructor. - Optional `expectedEntityCount` parameters in `World` constructor.
- Direct field access works for `@PackedWeaver` components. - Direct field access works for `@PackedWeaver` components.
- `-DideFriendlyPacking`: If true, will leave field stubs to keep IDE:s - `-DideFriendlyPacking`: If true, will leave field stubs to keep IDE:s
Expand Down

0 comments on commit 3f5d6ae

Please sign in to comment.