From 4d9e9c64bfa4037ffca2a6db79d57d11b8e424cb Mon Sep 17 00:00:00 2001 From: davegandy Date: Fri, 25 Oct 2013 10:22:38 -0500 Subject: [PATCH] adding upgrade wiki page to documentation --- src/_includes/new-upgrading.html | 8 ++++++++ src/whats-new.html | 1 + 2 files changed, 9 insertions(+) create mode 100644 src/_includes/new-upgrading.html diff --git a/src/_includes/new-upgrading.html b/src/_includes/new-upgrading.html new file mode 100644 index 000000000..94c5b88a9 --- /dev/null +++ b/src/_includes/new-upgrading.html @@ -0,0 +1,8 @@ +
+ +

+ @gtagliala has put together a + great wiki page that summarizes the + changes in 4.0 syntax and maps the old icon names to the new icon naming conventions. +

+
diff --git a/src/whats-new.html b/src/whats-new.html index dbfa0cce3..088502573 100644 --- a/src/whats-new.html +++ b/src/whats-new.html @@ -13,5 +13,6 @@ relative_path: ../
{% include new-features.html %} {% include new-naming.html %} + {% include new-upgrading.html %} {% include icons/new.html %}