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.
This commit is contained in:
Vadim Zeitlin
2018-11-11 01:35:37 +01:00
parent fe4f35b0a3
commit 6e3f818da1

View File

@@ -172,8 +172,8 @@ wxOSX:
- Fix dispatching pending events (and CallAfter()) in console applications. - Fix dispatching pending events (and CallAfter()) in console applications.
- Implement wxDataViewColumn::UnsetAsSortKey() (Daniel Kulp). - Implement wxDataViewColumn::UnsetAsSortKey() (Daniel Kulp).
- supporting native image formst like NSImage and UIImage in wxBitmap - Change wxBitmap to use native image format like NSImage and UIImage.
- native implementation for wxStaticBitmap for correct rendering of template images - Implement wxStaticBitmap natively for correct rendering of template images.
- Fill column value in wxEVT_DATAVIEW_ITEM_ACTIVATED events (Igor Korot). - Fill column value in wxEVT_DATAVIEW_ITEM_ACTIVATED events (Igor Korot).
- Make wxFrame::EnableFullScreenView() work under macOS 10.11+ (Andy Robinson). - Make wxFrame::EnableFullScreenView() work under macOS 10.11+ (Andy Robinson).