From ff8e67d31397adb9fdacd770540cd58debad32fd Mon Sep 17 00:00:00 2001 From: Ryan Prichard Date: Tue, 3 Jan 2017 22:16:54 -0600 Subject: [PATCH] Update release notes for 0.4.1. --- RELEASES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index d5590f48..dc1eec7a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,11 @@ +# Version 0.4.1 (2017-01-03) + +Bug fixes: + + * This version fixes a bug where the `winpty-agent.exe` process could read + past the end of a buffer. + [#94](https://github.com/rprichard/winpty/issues/94) + # Version 0.4.0 (2016-06-28) The winpty library has a new API that should be easier for embedding.