From 326e3cc4afc0a411eff6006a1f0ff53ea272be88 Mon Sep 17 00:00:00 2001 From: Sten Laane <21343173+StenAL@users.noreply.github.com> Date: Wed, 7 Jun 2023 20:54:17 +0100 Subject: [PATCH] Add changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..45c226f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +## 2.0.0 +- Render OffscreenCanvas in a web worker instead of the main thread +- Don't create new link elements each time the canvas is started +- Reuse existing favicon link element if one exists + +## 1.3.0 +- Fix resource leak in canvas drawing code +- Use OffscreenCanvas for drawing the canvas if available +- Remove size parameter +- Emit ES2022 code from TypeScript \ No newline at end of file