We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8460ef8 commit 89f4d2dCopy full SHA for 89f4d2d
Win32.cabal
@@ -1,5 +1,5 @@
1
name: Win32
2
-version: 2.13.0.0
+version: 2.13.1.0
3
license: BSD3
4
license-file: LICENSE
5
author: Alastair Reid, shelarcy, Tamar Christina
changelog.md
@@ -1,9 +1,10 @@
# Changelog for [`Win32` package](http://hackage.haskell.org/package/Win32)
-## next
+## 2.13.1.0 November 2021
* Fix a bug in which `System.Win32.MinTTY.isMinTTY` would incorrectly return
6
- `False` on recent versions of MinTTY.
+ `False` on recent versions of MinTTY. (See #187)
7
+* Add all flags for CreateToolhelp32Snapshot. (See #185)
8
9
## 2.13.0.0 August 2021
10
0 commit comments