diff options
| author | Wilfred Hughes <me@wilfred.me.uk> | 2022-05-12 22:58:01 -0400 |
|---|---|---|
| committer | Wilfred Hughes <me@wilfred.me.uk> | 2022-05-12 23:02:39 -0400 |
| commit | 2f91e7992dae078a9cbc0d7f8e603e02d0abfcb0 (patch) | |
| tree | 8811f1499b4e3b7700c42cab0ace688fec4f6f38 | |
| parent | c2729a236a84a1fbd3d184c163fbd10e0fd62077 (diff) | |
Roll version
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | helpful.el | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d757f2..5e20d2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ -# v0.19 (unreleased) +# v0.20 (unreleased) + +# v0.19 (released 12th May 2022) Fixed a hang when looking at functions that had advice but hadn't yet been loaded by the autoloader (#179, #191). @@ -1,11 +1,11 @@ ;;; helpful.el --- A better *help* buffer -*- lexical-binding: t; -*- -;; Copyright (C) 2017-2020 Wilfred Hughes +;; Copyright (C) 2017-2022 Wilfred Hughes ;; Author: Wilfred Hughes <me@wilfred.me.uk> ;; URL: https://github.com/Wilfred/helpful ;; Keywords: help, lisp -;; Version: 0.19 +;; Version: 0.20 ;; Package-Requires: ((emacs "25") (dash "2.18.0") (s "1.11.0") (f "0.20.0") (elisp-refs "1.2")) ;; This program is free software; you can redistribute it and/or modify |
