Skip to content

Commit 89f4d2d

Browse files
authored
Prepare 2.13.1.0 release. (#188)
* Prepare 2.13.1.0 release. * Update Win32.cabal
1 parent 8460ef8 commit 89f4d2d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Win32.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Win32
2-
version: 2.13.0.0
2+
version: 2.13.1.0
33
license: BSD3
44
license-file: LICENSE
55
author: Alastair Reid, shelarcy, Tamar Christina

changelog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Changelog for [`Win32` package](http://hackage.haskell.org/package/Win32)
22

3-
## next
3+
## 2.13.1.0 November 2021
44

55
* Fix a bug in which `System.Win32.MinTTY.isMinTTY` would incorrectly return
6-
`False` on recent versions of MinTTY.
6+
`False` on recent versions of MinTTY. (See #187)
7+
* Add all flags for CreateToolhelp32Snapshot. (See #185)
78

89
## 2.13.0.0 August 2021
910

0 commit comments

Comments
 (0)