From 9ef470b6f276ec3d895056db7ab358661e7fa4c1 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Thu, 12 Dec 2024 16:22:13 +0100 Subject: [PATCH] doc: add 3.4.3 release note section, document new SpiderMonkey support --- src/docs/src/whatsnew/3.4.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/docs/src/whatsnew/3.4.rst b/src/docs/src/whatsnew/3.4.rst index 287a6597654..32fd3572c46 100644 --- a/src/docs/src/whatsnew/3.4.rst +++ b/src/docs/src/whatsnew/3.4.rst @@ -20,6 +20,21 @@ :depth: 1 :local: +.. TODO: Move to 3.5.x.rst if we release 3.5.0 first + +.. _release/3.4.3: + +Version 3.4.3 +============= + +Features +-------- +* :ghissue:`5321`: Support SpiderMonkey versions 102, 115 and 128 and add + Ubuntu 24.04 to CI and binary packages. Special thanks to `Fedor Indutny`_ + for his help. + +.. _Fedor Indutny: http://github.com/indutny + .. _release/3.4.2: Version 3.4.2