From 9d74f9f930117cbc7f8ee3566380dc290328dbba Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 16 May 2018 22:18:02 -0400 Subject: [PATCH] And added an announcement entry for this. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4b789be3..fc19dbfb 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ This README is being written.
## Announcements +* **16 May 2018** + * Thanks to @parro-it and @msink, libui now has better CI, including AppVeyor for Windows CI, and automated creation of binary releases when I make a tagged release. + * **13 May 2018** * Added new functions to work with uiDateTimePickers: `uiDateTimePickerTime()`, `uiDateTimePickerSetTime()`, and `uiDateTimePickerOnChanged()`. These operate on standard `` `struct tm`s. Thanks @cody271!