Skip to content

Commit

Permalink
feat: add changelog for 0.24.7
Browse files Browse the repository at this point in the history
  • Loading branch information
poteat committed Oct 6, 2024
1 parent b4650a0 commit 338b677
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.24.7]

- Add `NaturalNumber.Digits` to get the digits of a natural number.
- Add `List.Of` to create a list containing a single value.
- Add `List.SlidingWindow` to slide a window of a certain length over a list.
- Reify various natural number utilities.
- Reify various string and list utilities.
- Fix statefulness bug in reified `List.chunk`.

## [0.24.6]
- Add `String.FromCharCode` to convert a character code to a string.
- Add `String.IsLetter` to check if a string is a letter.
Expand Down

0 comments on commit 338b677

Please sign in to comment.