summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index 9daae68..6943821 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,12 @@
+# 11
+
+* Update README.
+* Update Makefile.
+* Use constant variables more.
+* Create macro for creating human-readable UTF-32 strings; `u8c_txt`.
+* Add macros for deallocating UTF-32 and UTF-8 strings (use these instead of `free` og `std::free`); `u8c_freeu32` and `u8c_freeu8`.
+* Optimisations.
+
# 10
* Make `u8c_seterr` public.