Blame CHANGELOG.md

Packit fc89b4
Changes
Packit fc89b4
=======
Packit fc89b4
Packit fc89b4
Version 0.7.1.1
Packit fc89b4
---------------
Packit fc89b4
Packit fc89b4
`getReportedCursorPosition`: don't let the cursor reporting code be echo'd
Packit fc89b4
Packit fc89b4
Version 0.7.1
Packit fc89b4
-------------
Packit fc89b4
Packit fc89b4
* Allow saving, restoring, and querying the current cursor position
Packit fc89b4
* Fix a couple of issues with the Reset emulation on Windows
Packit fc89b4
Packit fc89b4
Version 0.7
Packit fc89b4
-----------
Packit fc89b4
Packit fc89b4
Add 24-bit RGB color support
Packit fc89b4
Packit fc89b4
Version 0.6.3.1
Packit fc89b4
---------------
Packit fc89b4
Packit fc89b4
Fix Windows + ghc 7.8 compatibility
Packit fc89b4
Packit fc89b4
Version 0.6.3
Packit fc89b4
-------------
Packit fc89b4
Packit fc89b4
* Add ANSI support for Windows
Packit fc89b4
* Add compatibility with Win32-2.5.0.0 and above
Packit fc89b4
Packit fc89b4
Version 0.6.2.3
Packit fc89b4
---------------
Packit fc89b4
Packit fc89b4
Add an example to the haddocks
Packit fc89b4
Packit fc89b4
Version 0.6.2.2
Packit fc89b4
---------------
Packit fc89b4
Packit fc89b4
Fix a GHC 7.10 warning
Packit fc89b4
Packit fc89b4
Version 0.6.2.1
Packit fc89b4
---------------
Packit fc89b4
Packit fc89b4
Restore compatibility with GHC 7.4 and older
Packit fc89b4
Packit fc89b4
Version 0.6.2
Packit fc89b4
-------------
Packit fc89b4
Packit fc89b4
* Add `hSupportsANSI`
Packit fc89b4
* Drop support for `base < 4`
Packit fc89b4
Packit fc89b4
Version 0.6.1.1
Packit fc89b4
---------------
Packit fc89b4
Packit fc89b4
Fix to build with GHC 7.8 on Windows
Packit fc89b4
Packit fc89b4
Version 0.6.1
Packit fc89b4
-------------
Packit fc89b4
Packit fc89b4
* `BoldIntensity` no longer changes background color on Windows
Packit fc89b4
* `setSGR []` was not equivalent to `setSGR [Reset]` on Windows, even though it
Packit fc89b4
  should be according to the documentation. This is now fixed.