From 20794dcf93c5908d5643b4f9f701a2b2738e06e4 Mon Sep 17 00:00:00 2001 From: Olivier Combe Date: Fri, 4 Apr 2014 16:25:03 +0200 Subject: [PATCH] Added a changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5b74bc0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# 0.1.0 (04 April 2014) +* Added a changelog ! +* Added ```loadTemplateFile``` function. +* Merge pull request #6 from BenBlazely/master (Extension of lazy loading to the angular.module DI block, refactored to use promises for tracking progress.) +* Merge pull request #7 from rolandzwaga/master (Added some improvements for apps using angular.boostrap & for duplicated modules) +* Fixed a bug with run blocks not working when they used unloaded modules. Not a complete fix though, more to come when bug #8 is fixed \ No newline at end of file