diff --git a/changelog/env_variable_source_files_added.dd b/changelog/env_variable_source_files_added.dd deleted file mode 100644 index b2ef434..0000000 --- a/changelog/env_variable_source_files_added.dd +++ /dev/null @@ -1,4 +0,0 @@ -Environment variable SOURCE_FILES added - -New environment variable `$SOURCE_FILES` added containing -source files from build settings. \ No newline at end of file diff --git a/changelog/zsh-completion.dd b/changelog/zsh-completion.dd deleted file mode 100644 index dea11d1..0000000 --- a/changelog/zsh-completion.dd +++ /dev/null @@ -1,6 +0,0 @@ -DUB now has zsh completion - -A zsh completion script is now present in `scripts/zsh-completion/_zsh`. -It can be installed under the user's prefered `fpath` and provides completion -for options for the most common `dub` commands, as well as list of packages -(based on local packages), e.g. for `dub add`.