wxPuts() should output a trailing newline even in Unix/Unicode builds

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-10-11 23:49:15 +00:00
parent 8d6f95db28
commit 19b65a3033
3 changed files with 27 additions and 2 deletions

View File

@@ -199,6 +199,13 @@ versions, please update your code to not use them.
OTHER CHANGES
=============
2.5.4
-----
Unix:
- wxPuts() now correctly outputs trailing new line in Unicode build
2.5.3
-----