Updated README.

This commit is contained in:
Pietro Gagliardi 2014-11-05 16:38:29 -05:00
parent 2a337df8e5
commit b40c1acab0
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ The in-code documentation needs improvement. I have written a [tutorial](https:/
# Updates
**5 November 2014**<br>TextFields can now be marked as read-only (non-editable). Textboxes will gain this ability soon.
**4 November 2014**<br>Added two new controls, Spinbox (which allows numeric entry with up and down buttons) and ProgressBar (which measures progress). Both aren't fully fleshed out, but are good enough for general use now.
**28 October 2014**<br>Mac OS X resizing issues should be (mostly?) fixed now. Textbox still doesn't work right...