branch: elpa/undo-fu
commit 459c90479dd0e4f5e8526720f48d112260fc8f5c
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>
Release 0.2
---
changelog.rst | 15 +++++++++++++++
undo-fu.el | 2 +-
2 files changed, 16 insertions(+), 1 deletion(-)
diff --git a/changelog.rst b/changelog.rst
new file mode 100644
index 0000000000..ce37041db8
--- /dev/null
+++ b/changelog.rst
@@ -0,0 +1,15 @@
+
+##########
+Change Log
+##########
+
+- Version 0.2 (2020-01-12)
+
+ - Linear redo support (which wont undo).
+ - Evil-Mode attribute not to repeat these undo/redo actions.
+ - Fix counting bug with ``undo-fu-only-redo-all``.
+ - Add ``undo-fu-allow-undo-in-region`` option.
+
+- Version 0.1 (2019-12-14)
+
+ Initial release.
diff --git a/undo-fu.el b/undo-fu.el
index 49bb755310..908015008c 100644
--- a/undo-fu.el
+++ b/undo-fu.el
@@ -5,7 +5,7 @@
;; Author: Campbell Barton <[email protected]>
;; URL: https://gitlab.com/ideasman42/emacs-undo-fu
-;; Version: 0.1
+;; Version: 0.2
;; Package-Requires: ((emacs "24.3"))
;; This program is free software; you can redistribute it and/or modify