Add revision history for 1.65

This commit is contained in:
Peter Dimov
2019-04-24 17:21:37 +03:00
parent 5823d6bcc9
commit 9544a8cb91

View File

@ -18,3 +18,8 @@ http://www.boost.org/LICENSE_1_0.txt
* Added aliasing constructors to `weak_ptr`
* Added `weak_ptr<T>::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`