diff options
author | 2020-10-14 00:50:01 +0100 | |
---|---|---|
committer | 2020-10-14 00:50:01 +0100 | |
commit | 320881e0b57d16a4f768a7c8543571e26113e904 (patch) | |
tree | dd59b1f1eec5f8a5038ec4b34fc0e94982c9cc0c /cortex-m-semihosting/CHANGELOG.md | |
parent | 432e5f527430394570d1d07454e26cc41d5b2936 (diff) | |
download | cortex-m-320881e0b57d16a4f768a7c8543571e26113e904.tar.gz cortex-m-320881e0b57d16a4f768a7c8543571e26113e904.tar.zst cortex-m-320881e0b57d16a4f768a7c8543571e26113e904.zip |
Merge HStdout and HStderr into the same type
This commit copies
https://github.com/rust-embedded/cortex-m-semihosting/pull/41
into the cortex-m repository.
Diffstat (limited to 'cortex-m-semihosting/CHANGELOG.md')
-rw-r--r-- | cortex-m-semihosting/CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cortex-m-semihosting/CHANGELOG.md b/cortex-m-semihosting/CHANGELOG.md index f813f8b..aa7cb9b 100644 --- a/cortex-m-semihosting/CHANGELOG.md +++ b/cortex-m-semihosting/CHANGELOG.md @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +- Merge `HStdout` and `HStderr` into one type: `HostStream` + ## [v0.3.5] - 2019-08-29 ### Added |