branch: externals/plz commit be1d63c7d8fe4763b3bfb943dd48063d731e7aed Author: Adam Porter <a...@alphapapa.net> Commit: Adam Porter <a...@alphapapa.net>
Docs: Update changelog --- README.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.org b/README.org index b313110d27..6e33a904b9 100644 --- a/README.org +++ b/README.org @@ -194,6 +194,10 @@ You may also clear a queue with ~plz-clear~, which cancels any active or queued + The minimum supported Emacs version is now 27.1. (It is no longer practical to test ~plz~ with Emacs versions older than 27.1. For Emacs 26.3, an earlier version of ~plz~ may be used, or this version might be compatible, with or without minor changes, which the maintainer cannot offer support for.) +*Fixes* + ++ Improve workaround for Emacs's process sentinel-related issues. (Don't try to process response a second time if Emacs calls the sentinel after ~plz~ has returned for a synchronous request. See [[https://github.com/alphapapa/plz.el/issues/53][#53]]. Thanks to [[https://github.com/josephmturner][Joseph Turner]] for extensive help debugging, and to [[https://ushin.org/][USHIN]] for sponsoring some of this work.) + ** 0.8 *Additions*