From 9c3ba0ad77a8450d8acf1f7f0cee563ed03c0ae1 Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Wed, 21 Dec 2016 09:40:10 +0100 Subject: [PATCH] Add more changelog entries for v2.2.0 --- CHANGELOG.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f1afdc..009d87c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)