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-27 18:59:47 +0100
commit5743666d31e1fb85555e35e2dfb61e3869089397 (patch)
tree50cd0e7e6cfbc5e21a9e719e9e0b991b76a0f73a /index.html
parent5a7005e0286ed70f7cd4aca0737c6e1183a97c92 (diff)
downloadboost-5743666d31e1fb85555e35e2dfb61e3869089397.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>