diff --git a/NEWS b/NEWS index 7048163..ed1ca39 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,12 @@ # -*- mode: org; -*- #+STARTUP: showall +* v4.7.0 + + - Fix the URL package header, it was pointing at a non-existent page. + - Add user options =gac-commit-additional-flags=, and =gac-silent-message-p=. + - Fix an issue with having the =[= character somewhere in the path of the file. + * v4.6.0 - Only try to commit when changes have been discovered in the file. By diff --git a/git-auto-commit-mode.el b/git-auto-commit-mode.el index 00ef4fe..eaeda3a 100644 --- a/git-auto-commit-mode.el +++ b/git-auto-commit-mode.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse ;; Created: Jan 9, 2012 -;; Version: 4.6.0 +;; Version: 4.7.0 ;; Keywords: vc ;; URL: https://github.com/ryuslash/git-auto-commit-mode