diff --git a/README.md b/README.md index e7b90918..c1c04797 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,9 @@ This README is being written.
*Note that today's entry (Eastern Time) may be updated later today.* +* **12 May 2018** + * GTK+ and OS X now have a cleaner build process for static libraries which no longer has intermediate files and differing configurations. As a result, certain issues should no longer be present. New naming rules for internal symbols of libui have also started being drafted; runtime symbols and edge cases still need to be handled (and the rules applied to Windows) before this can become a regular thing. + * **18 April 2018** * Migrated all code in the `common/` directory to use `uipriv` prefixes for everything that isn't `static`. This is the first step toward fixing static library oddities within libui, allowing libui to truly be safely used as either a static library or a shared library.