Update CHANGELOG.md

This commit is contained in:
github-actions[bot] 2023-08-03 19:55:51 +00:00 committed by GitHub
parent 0e3dbbd0f2
commit 749ae1be79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,10 @@
## 2023-08-03
### Optimized
- Optimized PR diff processing by introducing caching for diff files, reducing the number of API calls.
- Refactored `load_large_diff` function to generate a patch only when necessary.
- Fixed a bug in the GitLab provider where the new file was not retrieved correctly.
## 2023-08-02 ## 2023-08-02
### Enhanced ### Enhanced