branch: elpa/anzu
commit f41db6225d8fb983324765aa42c94d3ee379a49f
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Bump up version and update Changes
---
Changes | 3 +++
anzu.el | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/Changes b/Changes
index 37d211d77d..aedac4199d 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for anzu.el
+Revision 0.52 2015/02/22 syohex
+ - Fix default input issue(Reported by pronobis)
+
Revision 0.51 2015/02/18 syohex
- Improve new history feature of Emacs 25
(This feature works on both Emacs 24 and 25)
diff --git a/anzu.el b/anzu.el
index fdbd79b99c..373d3853f4 100644
--- a/anzu.el
+++ b/anzu.el
@@ -4,7 +4,7 @@
;; Author: Syohei YOSHIDA <[email protected]>
;; URL: https://github.com/syohex/emacs-anzu
-;; Version: 0.51
+;; Version: 0.52
;; Package-Requires: ((cl-lib "0.5") (emacs "24"))
;; This program is free software; you can redistribute it and/or modify