moved srcipts to include/ and changed function include()
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -1,10 +1,13 @@
|
||||
## 2.3.0
|
||||
+ added ***project user config***! Read more in `./project.config.user.default`
|
||||
+ renamed default config to `project.config.default`
|
||||
+ Added ***project user config***! Read more in `./project.config.user.default`
|
||||
+ Changed `include` function: replaced prefix `cbuild/` with `@cbuild/`.
|
||||
+ **CONFIG:** Changed `cbuild/default_tasks` to `@cbuild/default_tasks`
|
||||
+ Moved most scripts to `include/`
|
||||
+ Renamed default config to `./project.config.default`
|
||||
|
||||
## 2.2.4
|
||||
+ **default config**: C standard changed to C99
|
||||
+ **default config**: enabled more warnings
|
||||
+ *default config*: C standard changed to C99
|
||||
+ *default config*: enabled more warnings
|
||||
+ added file `default_vscode/c_cpp_properties.json`
|
||||
+ fixed copying of `default_vscode` files
|
||||
|
||||
|
||||
Reference in New Issue
Block a user