summaryrefslogtreecommitdiff
path: root/Releases.md
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2022-03-10 23:29:14 +0900
committerGitHub <noreply@github.com>2022-03-10 23:29:14 +0900
commit3c11768aab2f5fba1a5815e8287130658887f70e (patch)
tree695192c99ce989a853019ce64ced7a440a73e4d2 /Releases.md
parent2e30112e62a0a6ade6b917156fe653100998a480 (diff)
v1.19.3
Diffstat (limited to 'Releases.md')
-rw-r--r--Releases.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/Releases.md b/Releases.md
index beed36da2..25ae3de60 100644
--- a/Releases.md
+++ b/Releases.md
@@ -6,6 +6,15 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install
+### 1.19.3 / 2022.03.10
+
+- fix(ci): restore compatibility with older glibc (#13846)
+- fix(test): typecheck blocks annotated with long js/ts notations (#13785)
+- perf(core): micro-optimize OpsTracker (#13868)
+- perf(ext/web): optimize atob/btoa (#13841)
+- perf(serde_v8): avoid SerializablePkg allocs (#13860)
+- perf(serde_v8): optimize ByteString deserialization (#13853)
+
### 1.19.2 / 2022.03.03
- fix(cli): disable config discovery for remote script (#13745)