From 6052639a5cd10884f8154ae917cc152534c29d6c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 25 Sep 2023 08:06:55 -0400 Subject: [PATCH] docs: Update Unicode version history Unicode 14 and 15 were missing from this list. --- glib/gunidecomp.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/glib/gunidecomp.c b/glib/gunidecomp.c index f14944397..bf00d8596 100644 --- a/glib/gunidecomp.c +++ b/glib/gunidecomp.c @@ -54,6 +54,8 @@ * * Unicode 12.0 was added in GLib 2.62 * * Unicode 12.1 was added in GLib 2.62 * * Unicode 13.0 was added in GLib 2.66 + * * Unicode 14.0 was added in GLib 2.71 + * * Unicode 15.0 was added in GLib 2.76 */ #include "config.h"