diff options
Diffstat (limited to 'CHANGELOG.mdown')
| -rw-r--r-- | CHANGELOG.mdown | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.mdown b/CHANGELOG.mdown index 7f42aac..15f2392 100644 --- a/CHANGELOG.mdown +++ b/CHANGELOG.mdown @@ -15,9 +15,11 @@  - Component method `.attrs` was renamed to `.to_h` - Renamed the `data` accessor to `._data` +- Various arrays are automatically compacted  - Classes and Modules which used a data array now have the entire set of array methods available to their respective Classes and Modules +- Convenience methods for accessing a single entity in a component(`@component.entity`) and accessing a single entity in a component(`@entity.component[@component_manager]`)  - Replaced all instances of `sort_by!` with `sort_by` for compatibility with DragonRuby |
