Skip to content

Commit

Permalink
Update release notes for 0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
rprichard committed Jun 29, 2016
1 parent a0e3f33 commit c66253e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Next Version
# Version 0.4.0 (2016-06-28)

The winpty library has a new API that should be easier for embedding.
[880c00c69e](https://github.com/rprichard/winpty/commit/880c00c69eeca73643ddb576f02c5badbec81f56)

User-visible changes:

Expand All @@ -24,6 +25,10 @@ Bug fixes:
* winpty now works better with very large and very small terminal windows.
It resizes the console font according to the number of columns.
[#61](https://github.com/rprichard/winpty/issues/61)
* winpty no longer uses Mark to freeze the console on Windows 10. The Mark
command could interfere with the cursor position, corrupting the data in
the screen buffer.
[#79](https://github.com/rprichard/winpty/issues/79)

# Version 0.3.0 (2016-05-20)

Expand Down

0 comments on commit c66253e

Please sign in to comment.