Skip to content

Commit f46b7eb

Browse files
committed
Bump up version and update Changes
1 parent 8fc142d commit f46b7eb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Revision history for go-eldoc.el
22

3+
Version 0.23 2015/03/31 syohex
4+
- Fix incorrect highlight issue(#29)
5+
go-eldoc.el highlighted incorrectly on left hand side, where function returns
6+
function type which has no name.
7+
38
Version 0.22 2015/02/23 syohex
49
- Update minimum go-mode version
510

go-eldoc.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
;; Author: Syohei YOSHIDA <syohex@gmail.com>
66
;; URL: https://github.com/syohex/emacs-go-eldoc
7-
;; Version: 0.22
7+
;; Version: 0.23
88
;; Package-Requires: ((go-mode "1.0.0") (cl-lib "0.5"))
99

1010
;; This program is free software; you can redistribute it and/or modify

0 commit comments

Comments
 (0)