mirror of
https://github.com/penpot/penpot.git
synced 2025-01-22 14:39:45 -05:00
📎 Update changelog file
This commit is contained in:
parent
ef9339f6f1
commit
dee397615c
1 changed files with 12 additions and 1 deletions
13
CHANGES.md
13
CHANGES.md
|
@ -4,7 +4,18 @@
|
|||
|
||||
### :bug: Bugs fixed
|
||||
|
||||
- Fix issue on handling empty content on boolean shapes.
|
||||
- Fix issue on handling empty content on boolean shapes
|
||||
- Handle EOF errors on writting streamed response
|
||||
- Handle EOF errors on websocket send/ping methods
|
||||
- Disable parallel upload of file media on import (causes too much
|
||||
contention on the rlimit subsistem that does not works as expected
|
||||
on high load).
|
||||
|
||||
### :sparkles: New features
|
||||
|
||||
- Add health check endpoint on API
|
||||
- Increase default max connection pool size to 60
|
||||
- Reduce resource usage of the error reporter.
|
||||
|
||||
|
||||
## 1.11.1-beta
|
||||
|
|
Loading…
Add table
Reference in a new issue