From f647dda85044962a658ddd2df5d511b207e3cc41 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 12 May 2018 13:52:07 -0400 Subject: [PATCH] Made the past few branches into an update in README.md. --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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.