From b71c0f9559a6c92029e797c3ab3620a51a85c2b5 Mon Sep 17 00:00:00 2001 From: Yishuai Li Date: Mon, 6 Jan 2020 11:23:07 -0500 Subject: stdlib List: add [remove'] and [count_occ'] --- doc/changelog/10-standard-library/11350-list.rst | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/changelog/10-standard-library/11350-list.rst (limited to 'doc') diff --git a/doc/changelog/10-standard-library/11350-list.rst b/doc/changelog/10-standard-library/11350-list.rst new file mode 100644 index 0000000000..52c2517161 --- /dev/null +++ b/doc/changelog/10-standard-library/11350-list.rst @@ -0,0 +1,5 @@ +- **Added:** + ``remove'`` and ``count_occ'`` over lists, + alternatives to ``remove`` and ``count_occ`` based on ``filter`` + (`#11350 `_, + by Yishuai Li). -- cgit v1.2.3