summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.mdown
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2021-12-30 07:28:14 -0500
committerrealtradam <[email protected]>2021-12-30 07:28:14 -0500
commitd03ce21592062aed27a571fda60483fcb3fba764 (patch)
treeb82c99051b378c18ad4a8af98292681869dfa5a7 /CHANGELOG.mdown
parent38e1a046dcc0ecf5e3ec672ca466f02038b86a02 (diff)
downloadFelECS-arry.tar.gz
FelECS-arry.zip
Diffstat (limited to 'CHANGELOG.mdown')
-rw-r--r--CHANGELOG.mdown2
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 @@
![Changed](https://img.shields.io/badge/-Changed-yellow)
- Component method `.attrs` was renamed to `.to_h`
- Renamed the `data` accessor to `._data`
+- Various arrays are automatically compacted
![Added](https://img.shields.io/badge/-Added-brightgreen)
- 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]`)
![Fixed](https://img.shields.io/badge/-Fixed-blue)
- Replaced all instances of `sort_by!` with `sort_by` for compatibility with DragonRuby