From 7b53a88fe36850fa2e855c257d388c623d0cd4a2 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 11 May 2024 17:47:45 +0300 Subject: [PATCH] Update revision history --- doc/uuid/changes.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/uuid/changes.adoc b/doc/uuid/changes.adoc index 6f24679..ec5d6c5 100644 --- a/doc/uuid/changes.adoc +++ b/doc/uuid/changes.adoc @@ -25,6 +25,7 @@ * Since `basic_name_generator` had only two valid instantiations, both of which are already provided (`name_generator_md5` and `name_generator_sha1`), it was made a private implementation detail and is no longer part of the public interface. * While `name_generator` and `name_generator_latest` are still provided for compatibility, their use is no longer encouraged. +* The name generators now accept Unicode strings; these are converted to UTF-8 before hashing. * The definitions of the well-known RFC 4122 namespaces have been moved to their own header, `boost/uuid/namespaces.hpp`. * Added `time_generator_v1`, a generator that produces version 1 time-based UUIDs. * Added `time_generator_v6`, a generator that produces version 6 time-based UUIDs.