Update CHANGES

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

View File

@ -1,6 +1,11 @@
v3.0.13 - YYYY-MMM-DD v3.0.13 - YYYY-MMM-DD
--------------------- ---------------------
- Prevent concurrent access to data in InMemoryPerProcess'
resolveXXX methods
[PR #3216 - @eduar-hte]
- Remove several string copies and unnecessary heap allocations
[PR #3222 - @eduar-hte]
- Creating a std::string with a null pointer\ - Creating a std::string with a null pointer\
is undefined behaviour is undefined behaviour
[PR #3220 - @eduar-hte] [PR #3220 - @eduar-hte]