Add more changelog entries for v2.2.0

This commit is contained in:
Kevin van Zonneveld 2016-12-21 09:40:10 +01:00
parent 00acb0383b
commit 9c3ba0ad77

View File

@ -8,13 +8,19 @@ Released: Unreleased. [Commit log](https://github.com/kvz/bash3boilerplate/compa
Released: 2016-12-21. [Commit log](https://github.com/kvz/bash3boilerplate/compare/v2.1.0...v2.2.0)
- README and FAQ improvements (#66, @mstreuhofer)
- Add support for sourcing b3bp (#61, @mstreuhofer)
- Upgrade all Node.js dependencies for development (#78)
- Switch to http://lanyon.io for static site building, add a new logo
- Cleanup environment variables (#58, @mstreuhofer)
- Support multi-line logs (#57, @mstreuhofer)
- Run shellcheck as part of the acceptance test (#79, @mstreuhofer)
- Brace all variables, used `[[` instead of `[` (#33, @mstreuhofer)
- Add automatic usage validation for required args (#22, @mstreuhofer)
- Brace all variables, used `[[` instead of `[` (#33, #76, @mstreuhofer)
- Add automatic usage validation for required args (#22, #65, @mstreuhofer)
- Remove all usage of eval (@mstreuhofer)
- Get rid of awk, sed & egrep usage (@mstreuhofer)
- Fix auto-color-off code (#69, @mstreuhofer)
- Use shellcheck to find and fix unclean code (@mstreuhofer)
- Get rid of awk, sed & egrep usage (#71, @mstreuhofer)
- Fix auto-color-off code (#69, #70, @mstreuhofer)
- Use shellcheck to find and fix unclean code (#68, #80, @mstreuhofer)
- Allow for multiline opt description in `__usage` (#7, @mstreuhofer)
- Allow `__usage` and `__helptext` to be defined before sourcing `main.sh` thus makeing b3bp behave like a library (@mstreuhofer)
- Add the same License text to each script header (@mstreuhofer)