From d7569aaa9e1def0a3f37428b41a84169cb7a3d68 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Wed, 14 Oct 2015 23:11:56 -0500 Subject: [PATCH] Update history docs for release. --- doc/history.qbk | 1 + doc/html/index.html | 2 +- doc/html/predef/history.html | 4 ++++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/history.qbk b/doc/history.qbk index 979a48b..6358e1d 100644 --- a/doc/history.qbk +++ b/doc/history.qbk @@ -14,6 +14,7 @@ http://www.boost.org/LICENSE_1_0.txt) * Add compile only version of check utilities to address cross-compile use cases. And changed the BBv2 check support to use compile only checks. * Fix test warnings. +* Fix typos on `AVAILABLE` macros for Windows Platform. (from Vemund Handeland) [heading 1.3] diff --git a/doc/html/index.html b/doc/html/index.html index c48812f..70c1348 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -57,7 +57,7 @@ - +

Last revised: August 27, 2015 at 15:17:44 GMT

Last revised: October 15, 2015 at 04:09:31 GMT


diff --git a/doc/html/predef/history.html b/doc/html/predef/history.html index 43f1ad1..255682d 100644 --- a/doc/html/predef/history.html +++ b/doc/html/predef/history.html @@ -33,6 +33,10 @@
  • Fix test warnings.
  • +
  • + Fix typos on AVAILABLE + macros for Windows Platform. (from Vemund Handeland) +