From d112a1ed085f566f90448c06ef3d1534204a64b5 Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Tue, 9 Jun 2026 15:09:20 +0200 Subject: [PATCH] Add releases.md entry for 2.4.1 --- doc/releases.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/doc/releases.md b/doc/releases.md index 9bc15776..19d4da84 100644 --- a/doc/releases.md +++ b/doc/releases.md @@ -1,5 +1,36 @@ # Releases +## Version 2.4.1 + +Date: 2026-06-09 + +This patch release adds a mypy plugin to handle the descriptor `__set__` type narrowing issue, reorders `param.List` overloads to allow default type inference, and fixes the conda build. + +Many thanks to @philippjfr and @hoxbro for their contributions to this release. + +### ๐Ÿš€ Features + +- Add mypy plugin to handle descriptor `__set__` issue ([#1148](https://github.com/holoviz/param/pull/1148)) + +### ๐Ÿ› Bug Fixes + +- Reorder `param.List` overloads to allow default type inference ([#1149](https://github.com/holoviz/param/pull/1149)) + +### ๐Ÿ—๏ธ Build + +- Fix conda build ([b7bcd74](https://github.com/holoviz/param/commit/b7bcd74)) + +### ๐Ÿ“š Documentation + +- Add instructions about basedpyright to Typing docs ([#1151](https://github.com/holoviz/param/pull/1151)) + +### ๐Ÿงน Maintenance + +- Fix spelling mistakes and add typos to pre-commit ([#1152](https://github.com/holoviz/param/pull/1152)) +- Bump TY version ([#1150](https://github.com/holoviz/param/pull/1150)) + +[*Full Changelog*](https://github.com/holoviz/param/compare/v2.4.0...v2.4.1) + ## Version 2.4.0 Date: 2026-05-21