with-utf8-1.0.1.0: CHANGELOG.md
<!--
SPDX-FileCopyrightText: 2020 Serokell <https://serokell.io/>
SPDX-License-Identifier: MPL-2.0
-->
# Changelog
## 1.0.1.0
GHC 8.10 compatibility and a new troubleshooting tool.
### Added
- `utf8-troubleshoot` – the troubleshooting tool
### Changed
- Bump `base` for GHC 8.10
## 1.0.0.0
Initial release.
### Added
- `withUtf8`
- `withStdTerminalHandles`
- `setHandleEncoding`
- `withHandle`
- `setTerminalHandleEncoding`
- `withTerminalHandle`
- `openFile`
- `withFile`
- `readFile`
- `writeFile`