From b062d84d3697c90f7e00728b771038dde851ac2e Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 19 Jun 2017 20:38:51 +0300 Subject: [PATCH] Update history.adoc --- doc/smart_ptr/history.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/smart_ptr/history.adoc b/doc/smart_ptr/history.adoc index 9e60a7a..7d8a289 100644 --- a/doc/smart_ptr/history.adoc +++ b/doc/smart_ptr/history.adoc @@ -106,3 +106,8 @@ Peter Dimov and Glen Fernandes updated the scalar and array implementations, res Glen Fernandes rewrote `allocate_shared` and `make_shared` for arrays for a more optimal and more maintainable implementation. +## June 2017 + +Peter Dimov and Glen Fernandes rewrote the documentation in Asciidoc format. + +Peter Dimov added `atomic_shared_ptr`.