From aa3bf69edbd3b9f6bbd7d62c4870f4d2db7c02cf Mon Sep 17 00:00:00 2001 From: inoas Date: Sun, 26 May 2024 12:25:42 +0200 Subject: changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84002a8..05b68e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ - Fixed a bug where `string.inspect` would use the incorrect syntax for unicode escape codes on JavaScript. - The `list` module gains the `count` function. +- The `dict` module function `update` has been deprecated in favour of `upsert` + and `update` will be used with a different signature in future. ## v0.38.0 - 2024-05-24 -- cgit v1.2.3