haskell-with-utf8/CHANGELOG.md

25 lines
345 B
Markdown
Raw Normal View History

2020-02-16 03:08:31 +03:00
<!--
SPDX-FileCopyrightText: 2020 Serokell <https://serokell.io/>
SPDX-License-Identifier: MPL-2.0
-->
# Changelog
## Unreleased
2020-02-16 03:15:52 +03:00
Initial release.
### Added
- `withUtf8`
- `withStdTerminalHandles`
- `setHandleEncoding`
- `withHandle`
- `setTerminalHandleEncoding`
- `withTerminalHandle`
2020-02-16 03:15:52 +03:00
- `openFile`
- `withFile`
- `readFile`
- `writeFile`