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