diff --git a/release notes/v0.47.0.md b/release notes/v0.47.0.md index 12bbc7611d3..6d579728a59 100644 --- a/release notes/v0.47.0.md +++ b/release notes/v0.47.0.md @@ -96,7 +96,6 @@ page.evaluate(() => console.log('this is a console.log message', 42)); - [browser#1031](https://github.com/grafana/xk6-browser/pull/1031) Fixes the `expires` field while adding cookies using the `context.addCookie()` method. - [browser#1039](https://github.com/grafana/xk6-browser/pull/1039) Fixes `goja` conversions while adding and retrieving cookies. - [browser#1038](https://github.com/grafana/xk6-browser/pull/1038) Fixes read/write data race for edge case with remote browsers. -- [browser#1035](https://github.com/grafana/xk6-browser/pull/1035) Refactors `int64` timeout to `time.Duration`, to help avoid confusion as to whether a timeout is in milliseconds or seconds. - [browser#1034](https://github.com/grafana/xk6-browser/pull/1034) Fixes `page.reload` & `page.setContent` to use the default navigation timeout over the default timeout. - [browser#1033](https://github.com/grafana/xk6-browser/pull/1033) Fixes the `page` timeouts so it is actually used after being set. @@ -113,6 +112,7 @@ page.evaluate(() => console.log('this is a console.log message', 42)); - [browser#1003](https://github.com/grafana/xk6-browser/pull/1003), [browser#1009](https://github.com/grafana/xk6-browser/pull/1009), [browser#1010](https://github.com/grafana/xk6-browser/pull/1010) Internal changes to xk6-browser. - [browser#997](https://github.com/grafana/xk6-browser/pull/997) Updates xk6-browser readme. - [browser#962](https://github.com/grafana/xk6-browser/pull/962) CI fixes. +- [browser#1035](https://github.com/grafana/xk6-browser/pull/1035) Refactors `int64` timeout to `time.Duration`, to help avoid confusion as to whether a timeout is in milliseconds or seconds. ## Roadmap