Fix typo in release notes

This commit is contained in:
Vinnie Falco
2018-02-22 20:32:43 -08:00
parent fc187257c3
commit a8a5fa9f6c
2 changed files with 7 additions and 2 deletions

View File

@@ -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<T>::type`
with `get_lowest_layer<T>`.
--------------------------------------------------------------------------------
Version 157:

View File

@@ -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<T>::type`
with `get_lowest_layer<T>`.