Skip to content

Commit

Permalink
CHANGES.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Oct 4, 2024
1 parent 655df1b commit 7a7e308
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7a7e308

Please sign in to comment.