branch: elpa/anzu
commit 4ab2b65dcb99c938d670933fefd911dc445e4cb2
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>
Bump up version and update Changes
---
Changes | 4 ++++
anzu.el | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/Changes b/Changes
index aedac4199d..786e319fa7 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Revision history for anzu.el
+Revision 0.53 2015/05/18 syohex
+ - Fix raising invalid regexp error issue(Thanks kosh04)
+ - Valid replaced regular expression in regexp replace commands
+
Revision 0.52 2015/02/22 syohex
- Fix default input issue(Reported by pronobis)
diff --git a/anzu.el b/anzu.el
index 5c39c18c48..56766c5162 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.52
+;; Version: 0.53
;; Package-Requires: ((cl-lib "0.5") (emacs "24"))
;; This program is free software; you can redistribute it and/or modify