mirror of
https://gitee.com/openharmony/third_party_rust_shlex
synced 2024-12-04 14:06:35 +00:00
Add mention of #![no_std] mode to CHANGELOG
This commit is contained in:
parent
93908700c6
commit
d900c9ee51
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user