Skip to content

Commit

Permalink
Update the release notes after #799
Browse files Browse the repository at this point in the history
  • Loading branch information
na-- committed Oct 10, 2018
1 parent c4618de commit bb6e975
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release notes/upcoming.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,5 @@ Thanks to @AndriiChuzhynov for implementing this! (#766)
* UI: Don't report infinities and extreme speeds when tests take 0 time. Thanks @tkbky! (#790)
* HTTP: Correct metric tracking when HTTP requests are redirected (#753)
* HAR converter: Added escaping for page IDs and names in the generated scripts (#801)
* Setup data: Distinguish between `undefined` (when there is no `setup()` function or when it doesn't return anything) and `null` (when `setup()` explicitly returns `null`) values for the setup `data` that's passed to the default function and `teardown()` (#799)
* Setup data: Prevent data races by having each VU have its own independent copy of the setup data (#799)

0 comments on commit bb6e975

Please sign in to comment.