docs: update changelog for 2.4.0

This commit is contained in:
debugtalk
2019-12-11 16:07:44 +08:00
parent de5581f293
commit e2c1ff5bb8
3 changed files with 11 additions and 3 deletions

View File

@@ -1,11 +1,19 @@
# Release History
## 2.4.0 (2019-12-04)
## 2.4.0 (2019-12-11)
**Added**
- feat: validate with python script, ref #773
**Changed**
- refactor: make loader as submodule, split to check/locate/load/buildup
- refactor: make built_in as submodule, split to comparators and functions
- refactor: adjust code for context and validator
- docs: update cli argument help
- adjust format code, remove unused import
## 2.3.3 (2019-12-04)
**Fixed**