Use correct contributor name for Jonathan Liu.

Correct the changelog entry added by r73938, see #10625.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75067 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2013-10-25 17:51:21 +00:00
parent 26c7a01f1d
commit 2391d20d76

View File

@ -675,7 +675,7 @@ All:
- Add wxVector::assign() (Jonas Rydberg).
- Add wx[F]File{Input,Output}Stream::GetFile() (troelsk).
- Add wxSocketBase::GetSocket() (Laurent Poujoulat).
- Add IEEE 754 single/double precision support to wxDataStream classes (net147).
- Add IEEE 754 formats support to wxDataStream classes (Jonathan Liu).
- Add wxVector<>::const_reverse_iterator (troelsk).
- Fix thread-safety issue in wxSharedPtr<> (plorkyeran).
- Add wxTimer::StartOnce().