diff --git a/CHANGELOG.md b/CHANGELOG.md index fb7a0f7..293fcfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,18 @@ - -# 0.3.0 (2014-01-20) +# 0.3.0 (2014-01-21) +## Features +- **bo-switch:** + - Create new directive: bo-switch ([652d0db](https://github.com/Pasvaz/bindonce/commit/652d0db04325166a180377c738a376543b5f2357)) + +# 0.2.3 (2014-01-20) +## Bug Fixes + +- **bo-if:** + - Ensures that we both process newly added binders from bo-if, and that +we only process each binder once ([d11f863](https://github.com/Pasvaz/bindonce/commit/e091c273bbd17603d410fecc363874f0d1e6f38e)) ## Features -- **bo-switch:** - - Create new directive: bo-switch ([652d0db](https://github.com/Pasvaz/bindonce/commit/652d0db04325166a180377c738a376543b5f2357)) \ No newline at end of file +- **Minification:** + - add min file ([47277ee](https://github.com/Pasvaz/bindonce/commit/47277eedd092b3210de362c725a7dadcddac8e87)) +- **Changelog:** + - Created a changelog file