aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLaurenceWarne <17688577+LaurenceWarne@users.noreply.github.com>2020-10-08 20:51:09 +0100
committerGitHub <noreply@github.com>2020-10-08 22:51:09 +0300
commit4a69aa17b916754590812a6895b7f0ce2116aa1b (patch)
treeaa6aa094bfcfacf9052759863e9583fc73788145 /CHANGELOG.md
parent7b6ac286120421216faae43f9e234d801a30ee3d (diff)
Add support for scala mill projects (#1590)
Register mill as a project type in projectile.el and update the changelog and doc with these changes.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3b11a48..86c5bfc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@
* [#1555](https://github.com/bbatsov/projectile/pull/1555) Add search with ripgrep.
* Add Python-poetry project type.
* [#1576](https://github.com/bbatsov/projectile/pull/1576) Add OCaml [Dune](https://github.com/ocaml/dune) project type.
+* Add [Mill](http://www.lihaoyi.com/mill/) project type.
### Changes