Skip to content

Commit

Permalink
Add an explicit dependency on project.el
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed Feb 17, 2024
1 parent 0163b33 commit 1534a79
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
* [#1877](https://github.com/bbatsov/projectile/pull/1877): Add custom variable `projectile-cmd-hist-ignoredups`.
* Add support for Eask projects.

### Changes

* [#1883](https://github.com/bbatsov/projectile/pull/1883): Add an explicit dependency on `project`, so that the latest version will be installed rather than the built-in version, if using a package manager that installs the latest versions of packages by default.

### Bugs fixed

* [#1881](https://github.com/bbatsov/projectile/issues/1881): Fix `projectile-recentf` when called outside any project.
Expand Down
1 change: 1 addition & 0 deletions Eldev
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
(eldev-use-package-archive 'gnu-elpa)
(eldev-use-package-archive 'melpa)
2 changes: 1 addition & 1 deletion projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; URL: https://github.com/bbatsov/projectile
;; Keywords: project, convenience
;; Version: 2.9.0-snapshot
;; Package-Requires: ((emacs "25.1"))
;; Package-Requires: ((emacs "25.1") (project "0.1"))

;; This file is NOT part of GNU Emacs.

Expand Down

0 comments on commit 1534a79

Please sign in to comment.