From eb234e4b529d2cae2d28837c788ba8b2ecf575ae Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Sat, 25 Nov 2023 06:48:34 -0500 Subject: [PATCH] Changelog --- doc/releases/changes.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/releases/changes.rst b/doc/releases/changes.rst index 7fcd7fb98..415f069a6 100644 --- a/doc/releases/changes.rst +++ b/doc/releases/changes.rst @@ -13,6 +13,7 @@ Enhancements - Support offline HTML export using vl-convert (#3251) - Support saving charts as PDF files using the vl-convert export engine (#3244) - Support converting charts to sharable Vega editor URLs with ``chart.to_url()`` (#3252) +- Pass `formatLocale` and `timeFormatLocale` through to vl-convert to support locales in static image export (#3274) - Vega-Altair is now a typed package, with type annotations for all public functions and classes and some of the internal code (#2951) Bug Fixes