diff --git a/index.html b/index.html index aae52ed2f8..bbd006a9d0 100644 --- a/index.html +++ b/index.html @@ -55,9 +55,15 @@
The release includes ??? new libraries - (), - as well as updates to many existing libraries. See + {{#unreleased_lib_count}} +
The release includes {{unreleased_lib_count}} new libraries + ({{#unreleased_libs}}{{#index}}, {{/index}}{{name}}{{/unreleased_libs}}) + as well as updates to many existing libraries. + {{/unreleased_lib_count}} + {{^unreleased_lib_count}} +
The release includes updates to many existing libraries. + {{/unreleased_lib_count}} + See Release History for more information.