From ece78892d7ee320dbe1cc6aeb8b8d0c377c569ba Mon Sep 17 00:00:00 2001 From: Arne Brasseur Date: Wed, 24 Apr 2019 09:30:52 +0200 Subject: [PATCH] Better CHANGELOG message for #380 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c943bd9..66742d78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## Unreleased -- clean-ns: fix cases where this would generate a FileNotFoundException, by trying both the absolute and the relative path to the file to be cleaned. +- [#380](https://github.com/clojure-emacs/clj-refactor.el/issues/380) clean-ns: fix FileNotFoundException, by trying both the absolute path and the path relative to the project root. This requires a new refactor-nrepl, old versions will only check the absolute path. ## 2.4.0 (2018-08-26)