diff --git a/CHANGELOG.md b/CHANGELOG.md index 44ffc5fc7..2db1c27dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# master +# 13.3 ## New features @@ -6,7 +6,7 @@ - Added `labelslidergrid!`, a function to create an internally aligned grid of sliders with labels and value-labels. - LAxis has attributes `xrectzoom` and `yrectzoom` that control if the rectangle zoom changes the respective dimension or not. -## Improvements +## Improvements & Backend Changes - Cleaned up LSlider style and implementation, LSlider doesn't react while below other objects anymore - MakieLayout Mouse event types are now enum instances for less compilation diff --git a/Project.toml b/Project.toml index 1b1b20d52..71bfa3f54 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.2" +version = "0.13.3" [deps] Animations = "27a7e980-b3e6-11e9-2bcd-0b925532e340"