From 6e3f818da18ab27414a78c063ac8a48ef0cda6b4 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 11 Nov 2018 01:35:37 +0100 Subject: [PATCH] Fix formatting of change log entries for consistency Capitalize the entries, keep them under 80 columns and terminate with full stop. Also fix a typo. No real changes. --- docs/changes.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changes.txt b/docs/changes.txt index 4884631dcf..6f7dd41b18 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -172,8 +172,8 @@ wxOSX: - Fix dispatching pending events (and CallAfter()) in console applications. - Implement wxDataViewColumn::UnsetAsSortKey() (Daniel Kulp). -- supporting native image formst like NSImage and UIImage in wxBitmap -- native implementation for wxStaticBitmap for correct rendering of template images +- Change wxBitmap to use native image format like NSImage and UIImage. +- Implement wxStaticBitmap natively for correct rendering of template images. - Fill column value in wxEVT_DATAVIEW_ITEM_ACTIVATED events (Igor Korot). - Make wxFrame::EnableFullScreenView() work under macOS 10.11+ (Andy Robinson).