Skip to content

Commit

Permalink
Add mention of #![no_std] mode to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
u1f408 committed Aug 26, 2021
1 parent 9390870 commit d900c9e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# [unreleased]

* Adds the `std` feature (enabled by default)
* Disabling the `std` feature makes the crate work in `#![no_std]` mode, assuming presence of the `alloc` crate

# 1.0.0

* Adds the `join` convenience function.
Expand Down

0 comments on commit d900c9e

Please sign in to comment.