diff --git a/README.md b/README.md index 9afbacdeb..6c071d006 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ #[Font Awesome v4.0.1](http://fontawesome.io) ###the iconic font designed for Bootstrap -Font Awesome is a full suite of 361 pictographic icons for easy scalable vector graphics on websites, created and +Font Awesome is a full suite of 370 pictographic icons for easy scalable vector graphics on websites, created and maintained by [Dave Gandy](http://twitter.com/davegandy). Stay up to date [@fontawesome](http://twitter.com/fontawesome). Get started at http://fontawesome.io! diff --git a/src/_includes/new-upgrading.html b/src/_includes/new-upgrading.html new file mode 100644 index 000000000..5d2d88d93 --- /dev/null +++ b/src/_includes/new-upgrading.html @@ -0,0 +1,10 @@ +
+ +

+ For complete documentation of the syntax changes in {{ site.fontawesome.minor_version }}, check out the + examples. For the changes to icon names, + @gtagliala has put together a + great wiki page that + documents all the changes. +

+
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 %}