summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTaylor R Campbell <campbell@paredit.org>2022-11-26 21:33:02 +0000
committerTaylor R Campbell <campbell@paredit.org>2022-11-26 21:33:30 +0000
commit72cc1f6055321a53021186b86d2f825167b81478 (patch)
tree47ee7af363f873e41a7b96de47eec3d29b3cea33 /NEWS
parentbf73ccf7f76e4262213f0c34b502276ab39d950f (diff)
paredit.el 26v26release
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a6bcfac..59659bb 100644
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,21 @@ https://paredit.org
Latest release: https://paredit.org/paredit.el
Current development version: https://paredit.org/paredit-beta.el
-** Version 26 (beta)
+** Version 26 -- 2022-11-26
+
+Minor bug fix release, mainly to set a new branch scheme:
+
+- `master' branch is where development and releases happen
+ => on release, one commit to remove beta and a second to bump version
+- `release' branch points at latest release commit on master
+- no `maint-N' branches
+
+This replaces the old scheme where master was branched into maint-N and
+then the beta tag was stripped off in the maint-N branch, which meant
+no one branch would automatically track the current release as ELPA
+prefers.
+
+Other changes:
*** M-s (paredit-splice-sexp) now restores column in text fields like ielm.
*** Deletion now respects `delete-active-region'.