haskell-with-utf8/CHANGELOG.md

28 lines
358 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
2020-03-04 08:06:35 +03:00
## 1.0.0.0
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`