diff --git a/README.md b/README.md index 9fe5da4a..44012e0f 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ This README is being written.
## Updates -> Note that today's entry may be updated later today. +*Note that today's entry may be updated later today.* * **22 May 2016** -** Removed `uiControlVerifyDestroy()`; that is now part of `uiFreeControl()` itself. -** Added `uiPi`, a constant for π. This is provided for C and C++ programmers, where there is no standard named constant for π; bindings authors shouldn't need to worry about this. -** Fixed uiMultilineEntry not properly having line breaks on Windows. -** Added `uiNewNonWrappingMultilineEntry()`, which creates a uiMultilineEntry that scrolls horizontally instead of wrapping lines. (This is not documented as being changeable after the fact on Windows, hence it's a creation-time choice.) + * Removed `uiControlVerifyDestroy()`; that is now part of `uiFreeControl()` itself. + * Added `uiPi`, a constant for π. This is provided for C and C++ programmers, where there is no standard named constant for π; bindings authors shouldn't need to worry about this. + * Fixed uiMultilineEntry not properly having line breaks on Windows. + * Added `uiNewNonWrappingMultilineEntry()`, which creates a uiMultilineEntry that scrolls horizontally instead of wrapping lines. (This is not documented as being changeable after the fact on Windows, hence it's a creation-time choice.) ## Runtime Requirements