From 9544a8cb91f7fc0b37e43bb085beef9cc88a105a Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 24 Apr 2019 17:21:37 +0300 Subject: [PATCH] Add revision history for 1.65 --- doc/smart_ptr/changelog.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/smart_ptr/changelog.adoc b/doc/smart_ptr/changelog.adoc index eac7d0b..43b7b57 100644 --- a/doc/smart_ptr/changelog.adoc +++ b/doc/smart_ptr/changelog.adoc @@ -18,3 +18,8 @@ http://www.boost.org/LICENSE_1_0.txt * Added aliasing constructors to `weak_ptr` * Added `weak_ptr::empty()` * Added `enable_shared_from`, `shared_from`, and `weak_from` + +## Changes in 1.65.0 + +* Added `atomic_shared_ptr` +* Added `local_shared_ptr`, `make_local_shared`