From 5d18db0f18b1864d69d9cc5d388ac550f60b6313 Mon Sep 17 00:00:00 2001 From: Kamontat Chantrachirathumrong Date: Wed, 16 Sep 2020 14:38:23 +0700 Subject: [PATCH] chore(release): version 5.1.0 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c36514e..670791a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Release notes +## Version 5.1.0 (16 Sep 2020) + +- [BREAK] change myzs-load to accept at least 2 parameters which is module type and name +- add completion for `myzs-load` command to listed all skipping module +- add new resource format (completion) which hosted completion files +- load completion folder by default in `settings/zsh.sh` +- fix adding new completion path to fpath didn't work and throw error +- new 3 helper method and module helper along with rename search +- remove docker module as it no needs +- update typo in this file (changelog.md) + ## Version 5.0.2 (15 Sep 2020) - fix some typo in the log message and return value