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 c81932e commit 5a0cbd4Copy full SHA for 5a0cbd4
changelog.md
@@ -1,6 +1,8 @@
1
# Changelog for [`process` package](http://hackage.haskell.org/package/process)
2
3
-## Unreleased changes
+## 1.6.9 *May 2020*
4
+
5
+* Windows: Fix buffer size of `QueryInformationJobObject` request [#176](https://github.com/haskell/process/pull/176/files)
6
7
## 1.6.8.2 *March 2020*
8
process.cabal
@@ -1,5 +1,5 @@
name: process
-version: 1.6.8.2
+version: 1.6.9.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
0 commit comments