diff --git a/changelog/ignoreHiddenDirectories.dd b/changelog/ignoreHiddenDirectories.dd deleted file mode 100644 index a8e1bc8..0000000 --- a/changelog/ignoreHiddenDirectories.dd +++ /dev/null @@ -1,11 +0,0 @@ -Hidden directories are now ignored. - -A hidden directory on most Posix file systems starts with a period. e.g. -`.dub`. By default, dub ignored hidden files (e.g. `.swap.file.d`), but not -hidden directories. Some operating systems create hidden directories that dub -would try to include for compilation. This release now will properly ignore -hidden directories, unless those directories are specifically named in the dub -recipe file. - -Note that this uses the directory name exclusively and does not check file -attributes. diff --git a/changelog/lintReportFile.dd b/changelog/lintReportFile.dd deleted file mode 100644 index 0615994..0000000 --- a/changelog/lintReportFile.dd +++ /dev/null @@ -1,5 +0,0 @@ -Dub lint now supports --report-file argument. - -Dub lint can now be called with --report-file argument: -dub lint --report-file report.json -