branch: elpa/anzu
commit 71fb782b38367883ac3a972b69ff102d3ce5f5ce
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 25a8249541..78268377e2 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for anzu.el
+Revision 0.16 2013/10/27 syohex
+ - Improve for performance at not regexp replace command
+
Revision 0.15 2013/10/26 syohex
- Improve replacement commands
diff --git a/anzu.el b/anzu.el
index 1826bd5b31..642d0fd53d 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.15
+;; Version: 0.16
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by