From f14869f9e02a9ee8610a09399051bd25e399707b Mon Sep 17 00:00:00 2001 From: Robin Pham Date: Tue, 14 Apr 2015 22:42:46 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 41ecb40..edfb9b3 100644 --- a/README.md +++ b/README.md @@ -49,3 +49,9 @@ v0.2.1.0 12/04/2015 - Had a real hard time setting up Protractor with angular + chrome extensions. Gave up, but I still want to get into TDD. Going to try using Karma next? - Finally got around to implementing some customization functionality. Took me around a whole day of coding. - My code base is getting progressively more and more disgustingly obese and gross. + +v0.2.1.1 14/04/2015 +- Bug fixing day! I'm beginning to think I should stagger-schedule the implementation of new features vs bug fixing. +- Man do I love bug fixing (serious: I'm hella good at it and it feels great when I squash em) +- Major bugs: Fixed alternate ways of trying to bypass the typing challenge. Fixed blocking of embedded requests. Poor fix, but a fix of teh facebook redirection links. +- Still wanting to explore developmental tools and TDD. Grunt or something to build everything would be nice. apparently chjrome extensions are auto minified?