diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7af7d5e..8dbe168 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,6 +10,10 @@ jobs: strategy: matrix: emacs_version: + - 25.1 + - 25.3 + - 26.1 + - 26.3 - 27.1 - 27.2 - 28.1 diff --git a/NEWS b/NEWS index 9948cb3..b04c1ce 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,8 @@ v0.7 - new dired-rsync-transient frontend - various code clean-ups - new customisation hook dired-rsync-success-hook + - moved the project CI to GitHub Actions + - now understands alternate port syntax in tramp URIs v0.6 - use tramp functions to decompose URIs (fix #22) - use username from dired URI if we have it in rsync