meta: update CHANGELOG

This commit is contained in:
Kazhnuz 2019-07-15 10:13:51 +02:00
parent 932ec26283
commit a48308ae40

View file

@ -49,6 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- **examples:** Rename "movable" to "topdown" - **examples:** Rename "movable" to "topdown"
- **camera:** Brand new camera system based on canvases instead of just transforms
### Fixed ### Fixed
- **world:** Remove a forgotten camera debug function - **world:** Remove a forgotten camera debug function
@ -57,6 +59,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- **camera:** Fix onscreen coordinates by using new core.screen func - **camera:** Fix onscreen coordinates by using new core.screen func
- **camera:** Fix camera's drawing in other resolution mode
### Removed ### Removed
- **actor:** Remove all function related to XGravity - **actor:** Remove all function related to XGravity