Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2021-10-08 00:28:40 +0300
committerBartosz Taudul <wolf@nereid.pl>2021-10-08 00:28:40 +0300
commit07bc665d8c031e787f9bc06da671b3c4f9a6b315 (patch)
tree984dde996fb4698818f011d34ea4cc150ae9f08f /NEWS
parent12f693372a1b16a5f239384a29c331ad1f90a2c6 (diff)
Drop support for Cygwin.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3621d186..ae8b7899 100644
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,9 @@ here.
v0.x.x (xxxx-xx-xx)
-------------------
-- Cygwin and Mingw are deprecated due to lack of interest.
+- Support for Cygwin has been dropped. It was not working for a very long
+ time and nobody had complained about it.
+- 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.