From a8a5fa9f6c5db078c47c0293f1d31773e9e2860b Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Thu, 22 Feb 2018 20:32:43 -0800 Subject: [PATCH] Fix typo in release notes --- CHANGELOG.md | 7 ++++++- doc/qbk/09_releases.qbk | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f3f2863..da8fc314 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Version 159: + +* Fix typo in release notes + +-------------------------------------------------------------------------------- + Version 158: * Tidy up end_of_stream javadoc @@ -16,7 +22,6 @@ Actions required: * Replace instances of `typename get_lowest_layer::type` with `get_lowest_layer`. - -------------------------------------------------------------------------------- Version 157: diff --git a/doc/qbk/09_releases.qbk b/doc/qbk/09_releases.qbk index b2150040..b1ba8698 100644 --- a/doc/qbk/09_releases.qbk +++ b/doc/qbk/09_releases.qbk @@ -160,7 +160,7 @@ to update to the latest Boost release. Actions required: do not attempt to write to input areas of dynamic buffers. -* ([\issue 941]) `get_lowest_layer` is now a type alias. +* ([issue 941]) `get_lowest_layer` is now a type alias. Actions required: Replace instances of `typename get_lowest_layer::type` with `get_lowest_layer`.