Skip to content

Commit 22d1510

Browse files
committed
Release 2.14.0
1 parent 6794327 commit 22d1510

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Win32.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.0
22
name: Win32
3-
version: 2.13.4.0
3+
version: 2.14.0.0
44
license: BSD3
55
license-file: LICENSE
66
author: Alastair Reid, shelarcy, Tamar Christina

changelog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for [`Win32` package](http://hackage.haskell.org/package/Win32)
22

3-
* Add support for named pipes.
3+
## 2.14.0.0 January 2023
4+
5+
* Add support for named pipes [#220](https://github.com/haskell/win32/pull/220)
46
* Ensure that FilePaths don't contain interior NULs wrt [#218](https://github.com/haskell/win32/pull/218)
7+
* Add support for GetCommandLineW [#218](https://github.com/haskell/win32/pull/221)
8+
* Support filepath >= 1.5.0.0 and os-string [#226](https://github.com/haskell/win32/pull/226)
9+
* Remove unused imports [#225](https://github.com/haskell/win32/pull/225)
510

611
## 2.13.4.0 October 2022
712

0 commit comments

Comments
 (0)