From b0c50a578d8562ff315a9759458e7de5662a96de Mon Sep 17 00:00:00 2001 From: ankur22 Date: Wed, 24 Apr 2024 09:42:32 +0100 Subject: [PATCH 1/2] Add recent browser PR merges to release notes --- release notes/v0.51.0.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/release notes/v0.51.0.md b/release notes/v0.51.0.md index ba746f3f0f4..f6199ccccd1 100644 --- a/release notes/v0.51.0.md +++ b/release notes/v0.51.0.md @@ -27,19 +27,16 @@ _what, why, and what this means for the user_ _Format as ` . `_: -- _`#999` Gives terminal output prettier printing. Thanks to `@person` for the help!_ -- `#pr` `` -- `#pr` `` +- [browser#1259](https://github.com/grafana/xk6-browser/pull/1259), [browser#1260](https://github.com/grafana/xk6-browser/pull/1260) adds errors to the traces that the browser module generates. ## Bug fixes -_Format as ` . `_: -- _`#111` fixes race condition in runtime_ +- [browser#1261](https://github.com/grafana/xk6-browser/pull/1261) fixes dispose context canceled errors. ## Maintenance and internal improvements -_Format as ` . `_: -- _`#2770` Refactors parts of the JS module._ +- [browser#1262](https://github.com/grafana/xk6-browser/pull/1262) fixes a flakey test. +- [browser#1264](https://github.com/grafana/xk6-browser/pull/1264) removes unimplemented apis. ## _Optional_ Roadmap From 1248e4dd10e4ff14a557e789c55117e0ab808f51 Mon Sep 17 00:00:00 2001 From: ankur22 Date: Wed, 24 Apr 2024 11:47:59 +0100 Subject: [PATCH 2/2] Fix spelling mistakes --- release notes/v0.51.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release notes/v0.51.0.md b/release notes/v0.51.0.md index f6199ccccd1..0832159f27e 100644 --- a/release notes/v0.51.0.md +++ b/release notes/v0.51.0.md @@ -35,8 +35,8 @@ _Format as ` . `_: ## Maintenance and internal improvements -- [browser#1262](https://github.com/grafana/xk6-browser/pull/1262) fixes a flakey test. -- [browser#1264](https://github.com/grafana/xk6-browser/pull/1264) removes unimplemented apis. +- [browser#1262](https://github.com/grafana/xk6-browser/pull/1262) fixes a flaky test. +- [browser#1264](https://github.com/grafana/xk6-browser/pull/1264) removes unimplemented APIs. ## _Optional_ Roadmap