This commit is contained in:
Ervin Hegedus 2024-08-14 09:07:33 +02:00 committed by GitHub
parent f42bc38f4c
commit c4b2723a4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,8 @@
v3.0.13 - YYYY-MMM-DD
---------------------
- feat: Check if the MP header contains invalid character
[PR #3225 - @airween]
- Prevent concurrent access to data in InMemoryPerProcess'
resolveXXX methods
[PR #3216 - @eduar-hte]