Update NEWS.

This commit is contained in:
Bartosz Taudul 2021-10-23 02:06:56 +02:00
parent bd108220cb
commit 1cbd6950cf
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

6
NEWS
View File

@ -11,8 +11,6 @@ v0.x.x (xxxx-xx-xx)
- Mingw is deprecated due to lack of interest.
- Added TRACY_NO_CALLSTACK_INLINES macro to disable inline functions
resolution in call stacks on Windows.
- Limited client query response rate in order to improve apparent profiling
performance.
- Improved function matching algorithm in compare traces view.
- Added CMake integration.
- Reworked rpmalloc initialization.
@ -58,6 +56,10 @@ v0.x.x (xxxx-xx-xx)
that was to be set.
- A warning is now displayed when sampling data is out-of-order.
- Average value for plots can be now viewed.
- Moved symbol resolution to a separate thread. Profiling will no longer be
stuck when there is a large number of symbols to resolve. This not only
improves user experience, but also prevents buildup of data (and memory
consumption) on the client side.
v0.7.8 (2021-05-19)