Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/help/ReleaseNoteText.js |
| diff --git a/third_party/WebKit/Source/devtools/front_end/help/ReleaseNoteText.js b/third_party/WebKit/Source/devtools/front_end/help/ReleaseNoteText.js |
| index 39a954bcb74a0c2ba9cfe9c1069ae1df0ade6d2f..46b4ff007d2f609c75ea4330b6b491d585a25138 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/help/ReleaseNoteText.js |
| +++ b/third_party/WebKit/Source/devtools/front_end/help/ReleaseNoteText.js |
| @@ -12,7 +12,7 @@ var commandMenuShortcut = Host.isMac() ? 'Command + Shift + P' : 'Control + Shif |
| Help.releaseNoteText = [ |
| { |
| version: 2, |
| - date: 'April 2017', |
| + chromeVersion: 59, |
|
pfeldman
2017/04/13 23:23:53
Let's make it a bit more flexible and include the
|
| highlights: [ |
| { |
| title: 'CSS and JS code coverage', |
| @@ -49,7 +49,7 @@ Help.releaseNoteText = [ |
| }, |
| { |
| version: 1, |
| - date: 'March 2017', |
| + chromeVersion: 58, |
| highlights: [ |
| { |
| title: 'New Performance and Memory panels', |