From 4491eb30d2b50595f2b4955b3c9e86333ba11003 Mon Sep 17 00:00:00 2001 From: jedel1043 Date: Wed, 11 Sep 2024 19:17:34 -0600 Subject: [PATCH] Update changelog for v0.19.1 --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf9059ca63f..497c3a6712b 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)