diff options
author | inmarket <andrewh@inmarket.com.au> | 2015-06-08 14:18:46 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2015-06-08 14:18:46 +1000 |
commit | 475dd871b853a665c9fcb196a1bca1ed211aa71d (patch) | |
tree | 94636708a3e8c22147b07e8cf90029b84b844667 | |
parent | ccde54722f2c284fb0e7fc273d65c57a3be71db1 (diff) | |
download | uGFX-475dd871b853a665c9fcb196a1bca1ed211aa71d.tar.gz uGFX-475dd871b853a665c9fcb196a1bca1ed211aa71d.tar.bz2 uGFX-475dd871b853a665c9fcb196a1bca1ed211aa71d.zip |
Doco for latest change
-rw-r--r-- | docs/releases.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases.txt b/docs/releases.txt index e93dfd2e..004a4748 100644 --- a/docs/releases.txt +++ b/docs/releases.txt @@ -4,7 +4,8 @@ *** Changes after 2.3 *** FIX: Add missing stm32m3 cpu makefile option. Update doc to match. - +FEATURE: Added ability to compile ugfx as a single file. Simply compile src/gfx_mk.c +FEATURE: Added GFXSINGLEMAKE=yes|no to the ugfx makefile to compile ugfx as a single file. *** Release 2.3 *** FEATURE: Added more events to the slider widget |