diff --git a/NEWS.md b/NEWS.md index 3384bf6..992694d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# json2aRgs 0.4.0 +* Parse default values by @AlexDo1 in https://github.com/VForWaTer/json2aRgs/pull/1 +* Parse min max parameters by @AlexDo1 in https://github.com/VForWaTer/json2aRgs/pull/2 +* Seperate parameters and data by @AlexDo1 in https://github.com/VForWaTer/json2aRgs/pull/3 + # json2aRgs 0.3.0 * Added tests of get_parameters() and Gitub integration.