diff options
author | Daniel Wirtz <dcode@dcode.io> | 2020-05-11 18:34:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-11 09:34:51 -0700 |
commit | 2c30ee408a72f5403fddeba8b4b856437c711727 (patch) | |
tree | a7f641f5f15b102d78f38effc36767b88a81f186 | |
parent | 3deec2f5312b6b2517731045a3479b3e30e93ed2 (diff) | |
download | binaryen-2c30ee408a72f5403fddeba8b4b856437c711727.tar.gz binaryen-2c30ee408a72f5403fddeba8b4b856437c711727.tar.bz2 binaryen-2c30ee408a72f5403fddeba8b4b856437c711727.zip |
Mention removed API tracing in changelog (#2842)
-rw-r--r-- | CHANGELOG.md | 4 |
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 --- |