Skip to content

Commit

Permalink
add tables.getOrDefault param name change to changelog (#24271)
Browse files Browse the repository at this point in the history
refs
#23587 (comment)

(cherry picked from commit bb00065)
  • Loading branch information
metagn authored and narimiran committed Jan 14, 2025
1 parent 4c56f9d commit 517a2fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ floating point numbers that are minimal in size and possess round-trip and corre
rounding guarantees (via the
[Dragonbox](https://raw.githubusercontent.com/jk-jeon/dragonbox/master/other_files/Dragonbox.pdf) algorithm). Use `-d:nimLegacySprintf` to emulate old behaviors.

- The `default` parameter of `tables.getOrDefault` has been renamed to `def` to
avoid conflicts with `system.default`, so named argument usage for this
parameter like `getOrDefault(..., default = ...)` will have to be changed.

## Standard library additions and changes

[//]: # "Changes:"
Expand Down

0 comments on commit 517a2fc

Please sign in to comment.