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