From 1cdfa085ce23a616dd515032f46b2ab8fbad154f Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 15 Feb 2018 23:41:59 +0300 Subject: [PATCH] Mention SDLmain change in the log --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index eabfb57..1c63453 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## Unreleased +### Fixed +* Make `SDLmain` library optional in Unix, since some distros seem to drop it + ## 0.16.0 - 2018-02-11 ### Added * New SDL 2.0.5 ```Window``` method: ```Window::SetResizable()```