diff --git a/CHANGELOG.md b/CHANGELOG.md index fb0725c5..6613c6a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ and this project adheres to ## [Unreleased] +## [v0.2.1] - 2021-06-18 + +### Fixed + +- Models that aren't playing any animation are reset to bind pose. + ## [v0.2.0] - 2021-06-17 ### Added @@ -19,7 +25,7 @@ and this project adheres to - Skeletal animation support. - Basic diffuse lighting - Input game controller support -- JSON serialised input bindings +- JSON serialised input bindings. ### Fixed @@ -38,6 +44,7 @@ and this project adheres to - Easy to use input manager. - glTF model loading support. -[unreleased]: https://github.com/nasso/ige/compare/v0.2.0...HEAD +[unreleased]: https://github.com/nasso/ige/compare/v0.2.1...HEAD +[v0.2.1]: https://github.com/nasso/ige/releases/tag/v0.2.1 [v0.2.0]: https://github.com/nasso/ige/releases/tag/v0.2.0 [v0.1.0]: https://github.com/nasso/ige/releases/tag/v0.1.0