Skip to content

Commit ab480e7

Browse files
committed
Add missing changelog entries for 6.0
1 parent 2f9eb83 commit ab480e7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,14 @@ below. For people who want to write their own Vty platform package like
126126
IO ()`, for logging to the Vty log.
127127
* `Graphics.Vty.Config` now exposes `VtyUserConfig` instead of
128128
`Config`. Many of its fields were Unix-specific and were
129-
consequently moved to the `UnixSettings` type in `vty-unix`.
129+
consequently moved to the `UnixSettings` type in `vty-unix` and
130+
given a `settings` prefix. This includes `outputFd`, `inputFd`,
131+
`vmin`, `vtime`, and `termName`.
130132
* The `VtyUserConfig` type's fields got a `config` field name prefix.
133+
* `inputForConfig` was moved to `vty-unix` as `buildInput` but
134+
generally should not be needed and is exposed only for testing.
135+
* `outputForConfig` was moved to `vty-unix` as `buildOutput` but
136+
generally should not be needed and is exposed only for testing.
131137
* Behavior changes:
132138
* Since `vty` no longer implements `mkVty`, the Vty user configuration
133139
is no longer implicitly loaded by Vty-based applications.

0 commit comments

Comments
 (0)