From dfc6a3d7ac657c6cbeee57e092bffa3a49b6555d Mon Sep 17 00:00:00 2001 From: Abdullah Almsaeed Date: Sat, 8 Aug 2015 13:29:46 -0400 Subject: [PATCH] updated changelog --- README.md | 6 ++++++ changelog | 8 +++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d13e4cf64..09d4bf30c 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,12 @@ Change log - Removed many ```!important``` statements in css - Activate boxWidget automatically when created after the page has loaded - Activate sidebar menu treeview links automatically when created after the page has loaded +- Updated Font Awesome thanks to @Dennis14e +- Added JSHint to Grunt tasks (Find JS errors) +- Added CSSLint to Grunt tasks (Find CSS errors) +- Added Image to Grunt tasks (compress images) +- Added Clean to Grunt tasks (remove unwanted files like uncompressed images) +- Updated Bootstrap to 3.3.5 **v2.2.0** - Bug fixes diff --git a/changelog b/changelog index 5d1486dbe..da0fdc751 100644 --- a/changelog +++ b/changelog @@ -4,6 +4,12 @@ v2.2.1: - Removed many ```!important``` statements in css - Activate boxWidget automatically when created after the page has loaded - Activate sidebar menu treeview links automatically when created after the page has loaded +- Updated Font Awesome thanks to @Dennis14e +- Added JSHint to Grunt tasks (Find JS errors) +- Added CSSLint to Grunt tasks (Find CSS errors) +- Added Image to Grunt tasks (compress images) +- Added Clean to Grunt tasks (remove unwanted files like uncompressed images) +- Updated Bootstrap to 3.3.5 v2.2.0: - Bug fixes @@ -83,4 +89,4 @@ v2.0.0 - Enhanced border-radius consistency - Added mailbox: inbox, read, and compose pages - Bootstrap & jQuery are now hosted locally -- Created documentation. +- Created documentation. \ No newline at end of file