diff options
Diffstat (limited to '')
-rw-r--r-- | vendor/errno/CHANGELOG.md | 35 |
1 files changed, 34 insertions, 1 deletions
diff --git a/vendor/errno/CHANGELOG.md b/vendor/errno/CHANGELOG.md index 0c8f3daca..fa43eec6e 100644 --- a/vendor/errno/CHANGELOG.md +++ b/vendor/errno/CHANGELOG.md @@ -1,5 +1,34 @@ # [Unreleased] +# [0.3.5] - 2023-10-08 + +- Use __errno_location on DragonFly BSD + [#82](https://github.com/lambda-fairy/rust-errno/pull/82) + +# [0.3.4] - 2023-10-01 + +- Add GNU/Hurd support + [#80](https://github.com/lambda-fairy/rust-errno/pull/80) + +# [0.3.3] - 2023-08-28 + +- Disable "libc/std" in no-std configurations. + [#77](https://github.com/lambda-fairy/rust-errno/pull/77) + +- Bump errno-dragonfly to 0.1.2 + [#75](https://github.com/lambda-fairy/rust-errno/pull/75) + +- Support for the ESP-IDF framework + [#74](https://github.com/lambda-fairy/rust-errno/pull/74) + +# [0.3.2] - 2023-07-30 + +- Fix build on Hermit + [#73](https://github.com/lambda-fairy/rust-errno/pull/73) + +- Add support for QNX Neutrino + [#72](https://github.com/lambda-fairy/rust-errno/pull/72) + # [0.3.1] - 2023-04-08 - Correct link name on redox @@ -33,7 +62,11 @@ - Optionally support no_std [#31](https://github.com/lambda-fairy/rust-errno/pull/31) -[Unreleased]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.1...HEAD +[Unreleased]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.5...HEAD +[0.3.5]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.4...v0.3.5 +[0.3.4]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.3...v0.3.4 +[0.3.3]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.2...v0.3.3 +[0.3.2]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/lambda-fairy/rust-errno/compare/v0.2.8...v0.3.0 [0.2.8]: https://github.com/lambda-fairy/rust-errno/compare/v0.2.7...v0.2.8 |