diff --git a/CHANGELOG.md b/CHANGELOG.md index e07aeccc8..a1520e330 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Javis.jl - Changelog -## Unreleased +## v0.6.3 (17th of September 2021) +- `RFrames` is ignored when used in the first `Action` of an `Object` - Added layers tutorial -- Added fix that allows to use several `act!` on a `Layer` without strange behaviour (hopefully) +- Added fix that allows to use several `act!` on a `Layer` without strange behavior ## v0.6.2 (12th of August 2021) - added `@Frames` macro for full power mode of defining frames diff --git a/Project.toml b/Project.toml index 5821ce3a1..055766f6a 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Javis" uuid = "78b212ba-a7f9-42d4-b726-60726080707e" authors = ["Ole Kröger ", "Jacob Zelko "] -version = "0.6.2" +version = "0.6.3" [deps] Animations = "27a7e980-b3e6-11e9-2bcd-0b925532e340"