Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index 583e378daa13549efa8868b07049e7a59071e2ab..0282c7c8a9e94c32aa8dbb159b0dcf3a56012aca 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -1,3 +1,10 @@ |
| +## 0.5.1+7 |
| + |
| +* Change to source order-crawling of directives instead of alphabetical. The one |
| +exception is for `part` directives, those are still crawled in alphabetical |
| +order since we can't currently get the original source order from the mirror |
| +system. |
| + |
| ## 0.5.1+6 |
| * Fix some analyzer warnings. |