From 7a7e308552cf5e485866e30c394c3ab4af8a3275 Mon Sep 17 00:00:00 2001 From: Romain Beauxis Date: Fri, 4 Oct 2024 07:42:25 -0500 Subject: [PATCH] CHANGES. --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index f47b5730a1..3fe09d0f5c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -62,6 +62,9 @@ New: Changed: +- Reimplemented `request.once`, `single` and more using `source.dynamic`. Removed experiment + flag on `source.dynamic`. The operator is considered stable enough to define advanced sources + but the user should be careful when using it. - Mute SDL startup messages (#2913). - `int` can optionally raises an error when passing `nan` or `infinity`, `int(infinity)` now returns `max_int` and `int(-infinity)` returns `min_int`. (#3407)