[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/projectile 0243ad7dc9 4/4: Add PR link to changelog for pr
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/projectile 0243ad7dc9 4/4: Add PR link to changelog for projectile-update-project-type changes |
Date: |
Fri, 11 Feb 2022 04:58:35 -0500 (EST) |
branch: elpa/projectile
commit 0243ad7dc96072126fc6c23e48184a0419bab028
Author: lWarne <laurencewarne@gmail.com>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>
Add PR link to changelog for projectile-update-project-type changes
---
CHANGELOG.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cc4cfa68e5..d8884fc46d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@
### New features
-* Allow `projectile-update-project-type` to change project type precendence
and remove project options.
+* [#1745](https://github.com/bbatsov/projectile/pull/1745) Allow
`projectile-update-project-type` to change project type precendence and remove
project options.
* [#1699](https://github.com/bbatsov/projectile/pull/1699):
`projectile-ripgrep` now supports [`rg.el`](https://github.com/dajva/rg.el).
* [#1712](https://github.com/bbatsov/projectile/issues/1712): Make it possible
to hide Projectile's menu. See `projectile-show-menu`.
* [#1718](https://github.com/bbatsov/projectile/issues/1718): Add a project
type definition for `GNUMakefile`.