diff --git a/CHANGELOG.md b/CHANGELOG.md index d989c3993..664850a66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ Changes to Calva. ## [Unreleased] +## [2.0.478] - 2024-09-30 + +- [Calva should not suggest projects in a .devenv/ directory when starting a project REPL and connecting (jack-in)](https://github.com/BetterThanTomorrow/calva/issues/2642) + ## [2.0.477] - 2024-09-29 - Fix: [Global custom repl command keys override workspace dittos, should be the other way around](https://github.com/BetterThanTomorrow/calva/issues/2640) diff --git a/package.json b/package.json index 8879fd397..7801edf2a 100644 --- a/package.json +++ b/package.json @@ -820,6 +820,7 @@ "*.code-search", ".cpcache", "_darcs", + ".devenv", ".DS_Store", ".ensime_cache", ".eunit",