summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.org3
-rw-r--r--activities.el2
2 files changed, 4 insertions, 1 deletions
diff --git a/README.org b/README.org
index d83c29f..5ccf105 100644
--- a/README.org
+++ b/README.org
@@ -173,6 +173,9 @@ The sort order when completing activities can be configured using ~activities-so
*Fixes*
+ Don't try to compute true filenames for remote files. (See [[https://github.com/alphapapa/activities.el/issues/130][#130]], [[https://github.com/alphapapa/activities.el/pull/133][#133]]. Thanks to [[https://github.com/jdtsmith][JD Smith]].)
+*Compatibility*
++ Required Emacs version reduced to 28.2. ([[https://github.com/alphapapa/activities.el/issues/153][#153]]. Thanks to [[https://github.com/rswgnu][Robert Weiner]].)
+
** v0.7.2
*Fixes*
diff --git a/activities.el b/activities.el
index abb2744..6e7ce9a 100644
--- a/activities.el
+++ b/activities.el
@@ -7,7 +7,7 @@
;; URL: https://github.com/alphapapa/activities.el
;; Keywords: convenience
;; Version: 0.8-pre
-;; Package-Requires: ((emacs "29.1") (persist "0.6"))
+;; Package-Requires: ((emacs "28.2") (persist "0.6"))
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by