diff options
| author | Aaron L. Zeng <me@bcc32.com> | 2021-03-04 18:24:43 -0500 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar.batsov@gmail.com> | 2021-03-09 09:22:28 +0200 |
| commit | 1528ed4f082e7aaca19f22394eb4bed879645b7c (patch) | |
| tree | 46b76aa4edbf4f460812378ecd260ae56f670693 | |
| parent | e9d540956c274192f5ff519b8934eaa7d046c84b (diff) | |
Add changelog entry
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3192213..634223d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ * [#1438](https://github.com/bbatsov/projectile/pull/1438): Make sure `projectile-files-via-ext-command` returns files, not errors. * [#1450](https://github.com/bbatsov/projectile/pull/1450): Call `switch-project-action` within project's temp buffer. * [#1340](https://github.com/bbatsov/projectile/pull/1340): Fix remote projects being removed if TRAMP can't connect. +* [#1655](https://github.com/bbatsov/projectile/pull/1655): Fix `projectile-replace-regexp` searching the wrong files when called with prefix arg. ## 2.3.0 (2020-11-27) |
