From 03f16c7681b7ec2b943aac1c569aa782f23f2741 Mon Sep 17 00:00:00 2001 From: Anshul Singhvi Date: Tue, 6 Feb 2024 09:15:20 -0500 Subject: [PATCH] Update NEWS.md --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 3d05e3e0d0e..0e302b46aa1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,7 @@ ## 0.20.7 +- Fixed an issue where CairoMakie would unnecessarily rasterize polygons [#3605](https://github.com/MakieOrg/Makie.jl/pull/3605). - Equalized alignment point of mirrored ticks to that of normal ticks [#3598](https://github.com/MakieOrg/Makie.jl/pull/3598). - Fixed stack overflow error on conversion of gridlike data with missings [#3597](https://github.com/MakieOrg/Makie.jl/pull/3597). - Fixed mutation of CairoMakie src dir when displaying png files [#3588](https://github.com/MakieOrg/Makie.jl/pull/3588).