From 0b0924ff82ba78c1e6c89965abadb6fae109a4e3 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 15 Jan 2025 19:40:28 +0200 Subject: [PATCH] Update revision history --- doc/smart_ptr/changelog.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/smart_ptr/changelog.adoc b/doc/smart_ptr/changelog.adoc index 0d54839..f34d848 100644 --- a/doc/smart_ptr/changelog.adoc +++ b/doc/smart_ptr/changelog.adoc @@ -1,5 +1,5 @@ //// -Copyright 2019, 2020 Peter Dimov +Copyright 2019-2025 Peter Dimov Distributed under the Boost Software License, Version 1.0. @@ -13,6 +13,10 @@ http://www.boost.org/LICENSE_1_0.txt :toc-title: :idprefix: changelog_ +## Changes in 1.88.0 + +* Fix `operator<<` for wide streams (accidentally broken in 1.87.0) + ## Changes in 1.87.0 * {cpp}03 is no longer supported, a {cpp}11 compiler is required.