diff options
| -rw-r--r-- | svg-tag-mode.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/svg-tag-mode.el b/svg-tag-mode.el index a7f5840..76101b2 100644 --- a/svg-tag-mode.el +++ b/svg-tag-mode.el @@ -5,7 +5,7 @@ ;; Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr> ;; Homepage: https://github.com/rougier/svg-tag-mode ;; Keywords: convenience -;; Version: 0.3.2 +;; Version: 0.3.3 ;; Package-Requires: ((emacs "27.1") (svg-lib "0.2")) @@ -96,6 +96,9 @@ ;;; NEWS: +;; Version 0.3.3 +;; - Fixed regression: https://github.com/rougier/svg-tag-mode/issues/47 +;; ;; Version 0.3.2 ;; - Fixed dependency on svg-lib ;; |
