diff options
| author | realtradam <[email protected]> | 2021-07-12 18:26:00 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2021-07-12 18:26:00 -0400 |
| commit | facc502d3edcbc13720f2e5cf7194cd8cf3fc5b4 (patch) | |
| tree | 2ccc7ebabd398416e6882017d70b94ea2ca43f76 /CHANGELOG.mdown | |
| parent | 4b903c3c50af8434b101feb7e84c32ef9cf3254e (diff) | |
| download | FelECS-facc502d3edcbc13720f2e5cf7194cd8cf3fc5b4.tar.gz FelECS-facc502d3edcbc13720f2e5cf7194cd8cf3fc5b4.zip | |
changed scene alias
Diffstat (limited to 'CHANGELOG.mdown')
| -rw-r--r-- | CHANGELOG.mdown | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.mdown b/CHANGELOG.mdown index e4e0e9d..6f34a95 100644 --- a/CHANGELOG.mdown +++ b/CHANGELOG.mdown @@ -8,6 +8,10 @@   +## [3.0.0](https://github.com/realtradam/FelFlame/releases/tag/3.0.0) - 2021-07-12 + +- The Scene alias was changed from ```FelFlame::Sce``` to ```FelFlame::Scn``` as it is more intuitive. + ## [2.0.0](https://github.com/realtradam/FelFlame/releases/tag/2.0.0) - 2021-07-10  - Entities and Components now reference each other using the objects themselves rather then their id's |
