emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/setup ad8bb2e: Bump version to 1.1.0


From: ELPA Syncer
Subject: [elpa] externals/setup ad8bb2e: Bump version to 1.1.0
Date: Thu, 30 Sep 2021 17:57:25 -0400 (EDT)

branch: externals/setup
commit ad8bb2e0bbc3a2b9ff6e8b40a65e46dea5c0264a
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Bump version to 1.1.0
---
 setup.el | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/setup.el b/setup.el
index 24fb643..8bc7ece 100644
--- a/setup.el
+++ b/setup.el
@@ -4,7 +4,7 @@
 
 ;; Author: Philip Kaludercic <philipk@posteo.net>
 ;; Maintainer: Philip Kaludercic <philipk@posteo.net>
-;; Version: 1.0.1
+;; Version: 1.1.0
 ;; Package-Requires: ((emacs "26.1"))
 ;; Keywords: lisp, local
 ;; URL: https://git.sr.ht/~pkal/setup
@@ -34,6 +34,18 @@
 ;; Examples and extended documentation can be found on Emacs wiki:
 ;; https://www.emacswiki.org/emacs/SetupEl
 
+;;; News
+
+;;;; Version 1.1.0:
+;;
+;; - Fix quoting error in :file-match definition
+;; - Remove unnecessary check for lexical binding
+;; - Change `setup-define' indentation
+;; - Handle multiple expressions in :when-loaded
+;; - Improvements to setup docstring
+;; - Wrap `setup' forms with `with-demoted-errors'
+;; - Allow `setup' to be extended using `setup-modifier-list'
+
 ;;; Code:
 
 (require 'elisp-mode)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]