Skip to content

Commit

Permalink
Update CHANGLOG.
Browse files Browse the repository at this point in the history
Oops, there were a few missing items.
  • Loading branch information
thejpster committed Nov 25, 2024
1 parent f0e0ea2 commit 025fa09
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,19 @@

* [#26] - Add `memchr`
* [#27] - Add `qsort`
* [#28] - Add `strcat` and `strchr`
* [#29] - Clean up docs
* [#30] - Add padding in `sprintf`
* [#32] - Add `rand`, `srand` and `rand_r`
* [#34] - Add `strspn` and `strcspn`

[#26]: https://github.com/rust-embedded-community/tinyrlibc/pull/26
[#27]: https://github.com/rust-embedded-community/tinyrlibc/pull/27
[#28]: https://github.com/rust-embedded-community/tinyrlibc/pull/28
[#29]: https://github.com/rust-embedded-community/tinyrlibc/pull/29
[#32]: https://github.com/rust-embedded-community/tinyrlibc/pull/30
[#32]: https://github.com/rust-embedded-community/tinyrlibc/pull/32
[#34]: https://github.com/rust-embedded-community/tinyrlibc/pull/34

## v0.4.0 (2024-03-22)

Expand Down

0 comments on commit 025fa09

Please sign in to comment.