Skip to content

Commit

Permalink
Merge pull request #234 from CyberShadow/pull-20170618-030137
Browse files Browse the repository at this point in the history
Sort changelog entry files by file name
  • Loading branch information
wilzbach committed Jun 18, 2017
2 parents bb4df6b + 3a40c23 commit 23425d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions changed.d
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ auto readTextChanges(string changelogDir)

return dirEntries(changelogDir, SpanMode.shallow)
.filter!(a => a.name().endsWith(".dd"))
.array.sort()
.map!readChangelog
.filter!(a => a.title.length > 0);
}
Expand Down

0 comments on commit 23425d3

Please sign in to comment.