From 5743666d31e1fb85555e35e2dfb61e3869089397 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 6 Oct 2016 22:40:50 +0100 Subject: Convert new library info into a template [ci skip] --- index.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index aae52ed2f8..bbd006a9d0 100644 --- a/index.html +++ b/index.html @@ -55,9 +55,15 @@

Changes in this release

-

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.

-- cgit v1.2.1