diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fd421ac5..5dbd48cd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ------------------------- ### Fixed * If the HAR export plugin fails in Firefox, don't break the run, use the data we have and try to make the most if it. #1190 +* Make it possible to link to specific tabs on page/run pages #1087 Thank you @moos for the fix! ### Added * Send content size & request per content type by default to Graphite for WebPageTest pageSummary #1194 diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 94cf308cd..ba7b6fc14 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,5 +1,6 @@ Many many many thanks to: * Matthew Harrison-Jones (@matthojo) +* Moos (@moos) 3.X and earlier: * Tom Sutton (@tomsutton1984)