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!