summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-10-18 17:05:33 -0400
committerPietro Gagliardi <[email protected]>2014-10-18 17:05:33 -0400
commit78942344c8d1e20da9cb04cd73aecac02a6ace66 (patch)
tree02628fc8b3704c3f33f7410c98f9b0a9805f32c6
parentaed423a09f35e26a318bd44a6670d4222906de9a (diff)
Updated the README.
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3db4c0d..1678364 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,8 @@ The in-code documentation needs improvement. I have written a [tutorial](https:/
# Updates
+**18 october 2014**<br>The container system was rewritten entirely from scratch. You can now set a margin on Windows and Groups and spacing between controls ("padding") on Stacks, Grids, and SimpleGrids. Margins on Tabs will come soon. The work needed to change this will make future additions (like Popover and Spinbox) easier/more sensible. (The Mac OS X code is still glitchy; mind the dust.)
+
**3 September 2014**<br>The new GtkGrid-style Grid is now implemented! See its documentation for more details. Also, debugging spew has been removed.
**31 August 2014**<br>Grid is now renamed SimpleGrid in preparation for implementing a more [GtkGrid](https://developer.gnome.org/gtk3/unstable/GtkGrid.html)-like Grid. Mind the change.