diff --git a/docs/changes.txt b/docs/changes.txt index bfaf60aa6f..cc48a16dbb 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -385,6 +385,7 @@ All: - Optimize wxString::Replace() to use an O(N) algorithm (Kuang-che Wu). - Added support of %l format specifier to wxDateTime::ParseFormat(). - wxImage handlers can now support multiple extensions (Ivan Krestinin). +- Added wxFileName::StripExtension() (troelsk). All (Unix):