diff --git a/doc/uuid/changes.adoc b/doc/uuid/changes.adoc index 701c97f..6f24679 100644 --- a/doc/uuid/changes.adoc +++ b/doc/uuid/changes.adoc @@ -32,4 +32,4 @@ * Added `uuid_clock`, a ``-compatible clock with an epoch and a resolution as specified in RFC 4122. * Accessors for the timestamp, the time point, the clock sequence, and the node identifier have been added to `uuid`. * Improved the `what()` strings of the `std::runtime_error` exceptions thrown by `string_generator`. -* Added an overload of `to_chars` taking `wchar_t* first, wchar_t* last`. +* Added overloads of `to_chars` taking `Ch* first, Ch* last` and `Ch(&)[N]`.