summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorDaniel James <daniel@calamity.org.uk>2016-10-06 22:40:50 +0100
committerDaniel James <daniel@calamity.org.uk>2016-10-06 22:40:50 +0100
commit155d7845f8dbb1e4f3a23ba0ebe491d9af6bc222 (patch)
tree2d15d98ef9d75657dfe48f1cba875c6c9e8ec566 /index.html
parent7a6896b08bb31d5b39dd52cb5a955acd8b640b11 (diff)
downloadboost-155d7845f8dbb1e4f3a23ba0ebe491d9af6bc222.tar.gz
Convert new library info into a template
[ci skip]
Diffstat (limited to 'index.html')
-rw-r--r--index.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/index.html b/index.html
index aae52ed2f8..bbd006a9d0 100644
--- a/index.html
+++ b/index.html
@@ -55,9 +55,15 @@
<h3>Changes in this release</h3>
- <p>The release includes ??? new libraries
- (),
- as well as updates to many existing libraries. See
+ {{#unreleased_lib_count}}
+ <p>The release includes {{unreleased_lib_count}} new libraries
+ ({{#unreleased_libs}}{{#index}}, {{/index}}<a href="{{link}}">{{name}}</a>{{/unreleased_libs}})
+ as well as updates to many existing libraries.
+ {{/unreleased_lib_count}}
+ {{^unreleased_lib_count}}
+ <p>The release includes updates to many existing libraries.
+ {{/unreleased_lib_count}}
+ See
<a href="http://www.boost.org/users/history/version_1_63_0.html">Release
History</a> for more information.</p>