From 4db0388e53929b2351e77f223c96ffea4ff851f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Juli=C3=A1n=20Espina?= Date: Thu, 12 Sep 2024 04:19:54 +0000 Subject: [PATCH] Update changelog for v0.19.1 (#3995) --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf9059ca63..497c3a6712 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,20 @@ ## What's Changed - +# [0.19.1 (2024-09-11)](https://github.com/boa-dev/boa/compare/v0.19...v0.19.1) + +### Bug Fixes + +- Implement new spec changes for `AsyncGenerator` by @jedel1043 in https://github.com/boa-dev/boa/pull/3950 +- Allow dead code for code that is newly detected as unused by @hansl in https://github.com/boa-dev/boa/pull/3984 +- Allow warnings when running CI on release branches by @jedel1043 in https://github.com/boa-dev/boa/pull/3990 + +### Internal Improvements + +- Add spec edition 15 to the tester by @jedel1043 in https://github.com/boa-dev/boa/pull/3957 +- Enable CI for release branches by @jedel1043 in https://github.com/boa-dev/boa/pull/3987 + +**Full Changelog**: https://github.com/boa-dev/boa/compare/v0.19...v0.19.1 # [0.19.0 (2024-07-08)](https://github.com/boa-dev/boa/compare/v0.18...v0.19)