From fee815d6d7be4320b440c78ee03cb595642d701f Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 13 Jan 2019 09:00:06 -0600 Subject: [PATCH] Missed release note for iOS platform type fix. --- doc/history.qbk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/history.qbk b/doc/history.qbk index e0a0432..c887eaa 100644 --- a/doc/history.qbk +++ b/doc/history.qbk @@ -9,6 +9,8 @@ http://www.boost.org/LICENSE_1_0.txt) [heading 1.10] +* Fix use of deprecated `TARGET_IPHONE_SIMULATOR` instead of newer + `TARGET_OS_SIMULATOR`. * Add `BOOST_PLAT_ANDROID` to resolve conflict between Linux and Android OS predefs. The `BOOST_OS_ANDROID` predef is now deprecated and will be removed in a future release.