diff options
| -rw-r--r-- | elisp/geiser.el | 2 | ||||
| -rw-r--r-- | news.org | 5 | 
2 files changed, 6 insertions, 1 deletions
| diff --git a/elisp/geiser.el b/elisp/geiser.el index 720b0fe..5f6eeb5 100644 --- a/elisp/geiser.el +++ b/elisp/geiser.el @@ -13,7 +13,7 @@  ;; Homepage: https://gitlab.com/emacs-geiser/  ;; Package-Requires: ((emacs "24.4"))  ;; SPDX-License-Identifier: BSD-3-Clause -;; Version: 0.15 +;; Version: 0.16  ;;; Commentary: @@ -1,3 +1,8 @@ +* Version 0.16 (April, 201) + +  - Bug fix: display of evaluation outputs in schemes with no special +    error display handler. +  * Version 0.14 and 0.15 (April, 2021)    - Fixes for autoloads in some distributions | 
