[UPD] CHANGELOG

This commit is contained in:
Mathieu Benoit 2023-01-02 20:35:06 -05:00
parent 7847229661
commit d85e58b7fe

View file

@ -32,6 +32,8 @@ Do a backup of your database and update all module :
- Support Ubuntu 22.04 with installation script
- Module mail_history and fetchmail_thread_default in base image DB
- Makefile can generate image DB in parallel with `image_db_create_all_parallel`
- Makefile can run all code_generator with `run_parallel_cg` and `run_parallel_cg_template`
- Script to generate Pycharm configuration and exclude directory
## Changed
@ -48,6 +50,7 @@ Do a backup of your database and update all module :
- Update all repo (91) to end of 2022
- Rename module project_task_subtask_time_range => project_time_budget
- Rename module project_task_time_range => project_time_range
- Refactor script emplacement, create directory in ./script/ per subject
### Fixed