haskell-with-utf8/CHANGELOG.md
2020-05-15 16:32:49 +03:00

41 lines
631 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Changelog
## 1.0.2.0
Improve `utf8-troubleshoot` to make it useful for identifying tricky cases.
### Changed
- `utf8-troubleshoot`: improve available locale detection
- `utf8-troubleshoot`: display raw results from C libraries
## 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`