Skip to content

Commit

Permalink
Address #23735 (review)
Browse files Browse the repository at this point in the history
and simplify/clarify the language a little while doing so.
  • Loading branch information
c-blake committed Jun 18, 2024
1 parent d15c521 commit 2d7efaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ slots when enlarging a sequence.
objects the cyclic collector did free. If the number is zero that is a strong indicator that you can use `--mm:arc`
instead of `--mm:orc`.
- A `$` template is provided for `Path` in `std/paths`.
- `nimPreviewHashFarm` has been added to `lib/pure/hashes.nim` to default to a
64-bit string `Hash` (based upon Google's Farm Hash) which is also faster than
the present one. At present, this is incompatible with `--jsbigint=off` mode.

[//]: # "Deprecations:"

Expand Down
5 changes: 0 additions & 5 deletions changelogs/changelog_2_2_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

## Standard library additions and changes

`nimPreviewHashFarm` has been added to `lib/pure/hashes.nim` to activate a
64-bit string Hash producer (based upon Google's Farm Hash) which is also
much faster than the present one. At present, this is incompatible with
`--jsbigint=off` mode.

## Language changes

## Compiler changes
Expand Down

0 comments on commit 2d7efaa

Please sign in to comment.