summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Wirtz <dcode@dcode.io>2020-05-11 18:34:51 +0200
committerGitHub <noreply@github.com>2020-05-11 09:34:51 -0700
commit2c30ee408a72f5403fddeba8b4b856437c711727 (patch)
treea7f641f5f15b102d78f38effc36767b88a81f186
parent3deec2f5312b6b2517731045a3479b3e30e93ed2 (diff)
downloadbinaryen-2c30ee408a72f5403fddeba8b4b856437c711727.tar.gz
binaryen-2c30ee408a72f5403fddeba8b4b856437c711727.tar.bz2
binaryen-2c30ee408a72f5403fddeba8b4b856437c711727.zip
Mention removed API tracing in changelog (#2842)
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 28d2ba03c..91dda49d5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,10 @@ full changeset diff at the end of each section.
Current Trunk
-------------
+- The C-API's `BinaryenSetAPITracing` and the JS-API's `setAPITracing` have been
+ removed because this feature was not very useful anymore and had a significant
+ maintainance cost.
+
v93
---