1# [Unreleased] 2 3# [0.3.8] - 2023-11-27 4 5- Update to windows-sys 0.52. 6 [#91](https://github.com/lambda-fairy/rust-errno/pull/91) 7 8- Update minimum Rust version to 1.56 9 [#91](https://github.com/lambda-fairy/rust-errno/pull/91) 10 11# [0.3.7] - 2023-11-15 12 13- Fix `to_string()` handling for unknown error codes 14 [#88](https://github.com/lambda-fairy/rust-errno/pull/88) 15 16# [0.3.6] - 2023-11-07 17 18- Add support for tvOS and watchOS 19 [#84](https://github.com/lambda-fairy/rust-errno/pull/84) 20 21- Added support for vita target 22 [#86](https://github.com/lambda-fairy/rust-errno/pull/86) 23 24# [0.3.5] - 2023-10-08 25 26- Use __errno_location on DragonFly BSD 27 [#82](https://github.com/lambda-fairy/rust-errno/pull/82) 28 29# [0.3.4] - 2023-10-01 30 31- Add GNU/Hurd support 32 [#80](https://github.com/lambda-fairy/rust-errno/pull/80) 33 34# [0.3.3] - 2023-08-28 35 36- Disable "libc/std" in no-std configurations. 37 [#77](https://github.com/lambda-fairy/rust-errno/pull/77) 38 39- Bump errno-dragonfly to 0.1.2 40 [#75](https://github.com/lambda-fairy/rust-errno/pull/75) 41 42- Support for the ESP-IDF framework 43 [#74](https://github.com/lambda-fairy/rust-errno/pull/74) 44 45# [0.3.2] - 2023-07-30 46 47- Fix build on Hermit 48 [#73](https://github.com/lambda-fairy/rust-errno/pull/73) 49 50- Add support for QNX Neutrino 51 [#72](https://github.com/lambda-fairy/rust-errno/pull/72) 52 53# [0.3.1] - 2023-04-08 54 55- Correct link name on redox 56 [#69](https://github.com/lambda-fairy/rust-errno/pull/69) 57 58- Update windows-sys requirement from 0.45 to 0.48 59 [#70](https://github.com/lambda-fairy/rust-errno/pull/70) 60 61# [0.3.0] - 2023-02-12 62 63- Add haiku support 64 [#42](https://github.com/lambda-fairy/rust-errno/pull/42) 65 66- Add AIX support 67 [#54](https://github.com/lambda-fairy/rust-errno/pull/54) 68 69- Add formatting with `#![no_std]` 70 [#44](https://github.com/lambda-fairy/rust-errno/pull/44) 71 72- Switch from `winapi` to `windows-sys` [#55](https://github.com/lambda-fairy/rust-errno/pull/55) 73 74- Update minimum Rust version to 1.48 75 [#48](https://github.com/lambda-fairy/rust-errno/pull/48) [#55](https://github.com/lambda-fairy/rust-errno/pull/55) 76 77- Upgrade to Rust 2018 edition [#59](https://github.com/lambda-fairy/rust-errno/pull/59) 78 79- wasm32-wasi: Use `__errno_location` instead of `feature(thread_local)`. [#66](https://github.com/lambda-fairy/rust-errno/pull/66) 80 81# [0.2.8] - 2021-10-27 82 83- Optionally support no_std 84 [#31](https://github.com/lambda-fairy/rust-errno/pull/31) 85 86[Unreleased]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.8...HEAD 87[0.3.8]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.7...v0.3.8 88[0.3.7]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.6...v0.3.7 89[0.3.6]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.5...v0.3.6 90[0.3.5]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.4...v0.3.5 91[0.3.4]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.3...v0.3.4 92[0.3.3]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.2...v0.3.3 93[0.3.2]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.1...v0.3.2 94[0.3.1]: https://github.com/lambda-fairy/rust-errno/compare/v0.3.0...v0.3.1 95[0.3.0]: https://github.com/lambda-fairy/rust-errno/compare/v0.2.8...v0.3.0 96[0.2.8]: https://github.com/lambda-fairy/rust-errno/compare/v0.2.7...v0.2.8 97