Display release note 0.102.txt

This commit is contained in:
syl20bnr 2015-04-19 02:13:13 -04:00
parent da952f66ba
commit 2a57b0e16c
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ Doge special text banner can be reachable via `999', `doge' or `random*'.
(or (not spacemacs-buffer--release-note-version)
(version< spacemacs-buffer--release-note-version
spacemacs-version)))
(spacemacs-buffer/toggle-note (concat spacemacs-release-notes-directory "0.101.txt")
(spacemacs-buffer/toggle-note (concat spacemacs-release-notes-directory "0.102.txt")
'release-note))
(spacemacs//redisplay))))
@ -429,7 +429,7 @@ HPADDING is the horizontal spacing betwee the content line and the frame border.
:tag (propertize "Release Notes" 'face 'font-lock-preprocessor-face)
:help-echo "Hide or show the Changelog"
:action (lambda (&rest ignore)
(spacemacs-buffer/toggle-note (concat spacemacs-release-notes-directory "0.101.txt")
(spacemacs-buffer/toggle-note (concat spacemacs-release-notes-directory "0.102.txt")
;; if nil is returned, just delete the current note widgets
(spacemacs-buffer//insert-note-p 'release-note)))
:mouse-face 'highlight