summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.mdown
diff options
context:
space:
mode:
author_Tradam <[email protected]>2021-12-30 07:34:26 -0500
committerGitHub <[email protected]>2021-12-30 07:34:26 -0500
commitb535a6b1bd8019dbeba17f3853b338383208c9b3 (patch)
treea1feb0d69557f1a24f9884567d0d939c129c6447 /CHANGELOG.mdown
parent5ef652300e71b572ca58b061610d606840ce19a9 (diff)
parent3104eaf4ca0515572aeedc114cb6095a07825d90 (diff)
downloadFelECS-b535a6b1bd8019dbeba17f3853b338383208c9b3.tar.gz
FelECS-b535a6b1bd8019dbeba17f3853b338383208c9b3.zip
Merge pull request #13 from realtradam/revert-12-arry
Revert "Major 4.0 update (#12)"
Diffstat (limited to 'CHANGELOG.mdown')
-rw-r--r--CHANGELOG.mdown17
1 files changed, 0 insertions, 17 deletions
diff --git a/CHANGELOG.mdown b/CHANGELOG.mdown
index 15f2392..6f34a95 100644
--- a/CHANGELOG.mdown
+++ b/CHANGELOG.mdown
@@ -8,23 +8,6 @@
![Deprecated](https://img.shields.io/badge/-Deprecated-orange)
![Removed](https://img.shields.io/badge/-Removed-red)
-## [4.0.0](https://github.com/realtradam/FelFlame/releases/tag/4.0.0) - 2021-12-30
-![Removed](https://img.shields.io/badge/-Removed-red)
-- Removed all ids as they were not used
-
-![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
-- Minor optimizations such as less array duplication
-
## [3.0.0](https://github.com/realtradam/FelFlame/releases/tag/3.0.0) - 2021-07-12
![Changed](https://img.shields.io/badge/-Changed-yellow)
- The Scene alias was changed from ```FelFlame::Sce``` to ```FelFlame::Scn``` as it is more intuitive.