diff --git a/Changelog.org b/Changelog.org index c4526cd..2e4dc9a 100644 --- a/Changelog.org +++ b/Changelog.org @@ -1,5 +1,12 @@ * Changelog +** v0.3.2 + + - Fixes issue #19 + - Fixes issue #20 + - Advising and hook functions execute only when this mode is turned on for current buffer + - Exposes two functions: ~anki-editor-map-note-entries~ and ~anki-editor-note-at-point~ + ** v0.3.1 - Fixes issue #17 diff --git a/anki-editor.el b/anki-editor.el index ae4f2fe..b18aae7 100644 --- a/anki-editor.el +++ b/anki-editor.el @@ -4,7 +4,7 @@ ;; ;; Description: Make Anki Cards in Org-mode ;; Author: Lei Tan -;; Version: 0.3.1 +;; Version: 0.3.2 ;; Package-Requires: ((emacs "25") (request "0.3.0") (dash "2.12.0")) ;; URL: https://github.com/louietan/anki-editor ;;