And added an announcement entry for this.

This commit is contained in:
Pietro Gagliardi 2018-05-16 22:18:02 -04:00
parent a0367201c9
commit 9d74f9f930
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ This README is being written.<br>
## 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 `<time.h>` `struct tm`s. Thanks @cody271!