Update CHANGELOG.md

This commit is contained in:
Methapon Metanipat 2024-10-30 17:50:40 +07:00
parent 386ad956e5
commit 56de83a181

View file

@ -60,6 +60,7 @@ All notable changes to this project will be documented in this file.
- Typo - Typo
- Wrong operation - Wrong operation
- Auth related error - Auth related error
- Workflow query not work on filter (#3)
### 🚜 Refactor ### 🚜 Refactor
@ -74,6 +75,7 @@ All notable changes to this project will be documented in this file.
- Remove unused enum - Remove unused enum
- Accept quotation specific status filter instead - Accept quotation specific status filter instead
- Change installments data - Change installments data
- Invoice relation (#2)
### ⚙️ Miscellaneous Tasks ### ⚙️ Miscellaneous Tasks
@ -89,6 +91,8 @@ All notable changes to this project will be documented in this file.
- Update deps - Update deps
- Add database relation for notification group - Add database relation for notification group
- Update changelog format for breaking change - Update changelog format for breaking change
- Change git-cliff commit limit
- Add script to generate changelog
### Experimental ### Experimental
@ -262,7 +266,6 @@ All notable changes to this project will be documented in this file.
### 🚀 Features ### 🚀 Features
- Customer permission
- Product group permission - Product group permission
- Allow sale to manage self branch - Allow sale to manage self branch
- Branch image multi - Branch image multi
@ -291,8 +294,6 @@ All notable changes to this project will be documented in this file.
### 🐛 Bug Fixes ### 🐛 Bug Fixes
- User permission control
- Stats not accurate due to prev commit
- Customer edit not consider related branch perm - Customer edit not consider related branch perm
- Wrong permission condition - Wrong permission condition
- Wrong position - Wrong position
@ -347,7 +348,6 @@ All notable changes to this project will be documented in this file.
### ⚙️ Miscellaneous Tasks ### ⚙️ Miscellaneous Tasks
- Remove unused
- Add migration - Add migration
- Add helper function - Add helper function
- Add more helper function - Add more helper function