summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-10-18 17:07:02 -0400
committerPietro Gagliardi <[email protected]>2014-10-18 17:07:02 -0400
commit87af405d273ed9f6bb7e7315d84b92b37db19fa7 (patch)
tree6eea6f55703cb662cbd7b085b4167f1dadf79c13
parent921fa4b4a873f3355c331747ba407ebef53a5b47 (diff)
Capitalize O in October.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3d84062..47a4634 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ The in-code documentation needs improvement. I have written a [tutorial](https:/
# Updates
-**18 october 2014**<br>The container system was rewritten entirely. 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.)
+**18 October 2014**<br>The container system was rewritten entirely. 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.