diff --git a/CHANGELOG.md b/CHANGELOG.md index 2db1c27dc..5fddc8e27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 13.4 + +## Bugfixes + +- Removed shadowing of Base.hasfield in MakieLayout +- Forwarded layout kwargs in `labelslidergrid!` correctly + # 13.3 ## New features @@ -12,6 +19,3 @@ - MakieLayout Mouse event types are now enum instances for less compilation - MakieLayout Mouse events store position in both data and pixel coordinates - Aligned colors of LMenu, LSlider, LButton etc better - -## Bugfixes - diff --git a/Project.toml b/Project.toml index 71bfa3f54..808f6b02d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ authors = ["Simon Danisch", "Julius Krumbiegel"] name = "AbstractPlotting" uuid = "537997a7-5e4e-5d89-9595-2241ea00577e" -version = "0.13.3" +version = "0.13.4" [deps] Animations = "27a7e980-b3e6-11e9-2bcd-0b925532e340"