diff --git a/ghc-ansi-terminal.changes b/ghc-ansi-terminal.changes index 157e07a..5d7a1b4 100644 --- a/ghc-ansi-terminal.changes +++ b/ghc-ansi-terminal.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Mon May 14 17:02:11 UTC 2018 - psimons@suse.com + +- Update ansi-terminal to version 0.8.0.4. + * On Windows, `hSupportsANSI` now recognises if the handle is connected to a + 'mintty' terminal. + * On Windows, try to enable ANSI on ConHost terminals even if a TERM environment + variable exits (such as with the Hyper 2 terminal) + * Minor improvements to Haddock documentation + * Improve README and Haddock documentation + * On Windows, fix compatability with earlier GHC versions + * Drop support for GHC versions before 6.12.1 (released December 2009) + * On Windows, if the standard output channel is valid but not a ConHost + terminal, assume it is ANSI-enabled rather than failing + * On Windows, output the improved error message to the standard error channel + rather than the standard output channel + * Make the fields of `SGR` strict + * Make compatible with GHC 8.2.2 + * Improve the error message on Windows when not ANSI-capable or ConHost + * Recognise Appveyor build environment as ANSI-enabled + `getReportedCursorPosition`: don't let the cursor reporting code be echo'd + * Allow saving, restoring, and querying the current cursor position + * Fix a couple of issues with the Reset emulation on Windows + * Add 24-bit RGB color support + ------------------------------------------------------------------- Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com