From c30c6bea49b79d966c92ce606fea53dea647b959 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Sat, 4 Mar 2023 22:42:22 +0000 Subject: [PATCH] Announce more zip news * NEWS.md (2.20.0): Mention new -zip-pair calling convention. Announce -zip-lists-fill and -unzip-lists. --- NEWS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS.md b/NEWS.md index fc60fe41..c0a306fb 100644 --- a/NEWS.md +++ b/NEWS.md @@ -14,6 +14,9 @@ See the end of the file for license conditions. long-discouraged calling convention remains supported, but the caller is now referred to the equivalent `-zip-pair` instead (Stefan Monnier, #400). +- Calling `-zip-pair` with less than or more than two arguments is now + deprecated, and can be replaced with the equivalent call to + `-zip-lists` instead. #### Fixes @@ -39,6 +42,8 @@ See the end of the file for license conditions. - New function `-frequencies` that takes a list and counts how many times each distinct element occurs in it (suggested by @ebpa, #209, #214, #399). +- New functions `-zip-lists-fill` and `-unzip-lists` which are better + behaved versions of `-zip-fill` and `-unzip`, respectively (#400). ### From 2.19.0 to 2.19.1