diff --git a/CHANGELOG.md b/CHANGELOG.md index a54edbdd..be6e5fd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ * Moved the library a `module`. * CLI: Resolved incorrect error message when querying with a non-existent protocol name. * Replaced deprecated internal `punycode` with the [punycode](https://www.npmjs.com/package/punycode) package. +* Added Deno support: the library and CLI should now be experimentally usable with the [Deno runtime](https://deno.com) + * `deno run --allow-net --allow-read=. bin/gamedig.js --type tf2 127.0.0.1` ### 4.1.0 * Replace `compressjs` dependency by `seek-bzip` to solve some possible import issues.