Add mention of #![no_std] mode to CHANGELOG

This commit is contained in:
Iris System 2021-08-27 07:24:03 +12:00
parent 93908700c6
commit d900c9ee51

View File

@ -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.