Skip to content

Commit

Permalink
Bump version to 0.105.7 and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Jan 11, 2016
1 parent 4e21d53 commit 8a94bbf
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
* Release 0.105.x
** 0.105.7 (2016/01/11)
*** Hotfixes
- Fix missing ~q~ key binding in the home buffer introduced in =0.105.5=
(thanks to justbur)
**** ERC and RCIRC layers
- Properly add all opened buffers to custom layouts
(thanks to AlejandroCatalina)
**** Go layer
- Prevent from clobbering environment variables if already set (thanks to whilp)
**** Haskell
- Remove reference to undefined function =haskell-cabal-hook=
(thanks to chrisbarrett)
**** Python layer
- Fix errors when reading =.python-version= files (thanks to fbergroth)
*** Dotfile changes
- New variable =dotspacemacs-scratch-mode= to configure the default major-mode
for the scratch buffer, default value is =text-mode= (thanks to TheBB)
*** Improvements
- Display a list of packages to update when pressing the =[Update packages]=
in the home buffer
- Add highlight of TODOs in text mode files (thanks to StreakyCobra)
- Various documentation improvements (thanks to StreakyCobra, TheBB)
** 0.105.6 (2016/01/09)
*** Hotfix
- Fix shadowed ~TAB~ (~C-i~) key in terminal (thanks to StreakyCobra)
Expand Down
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
;; (package-initialize)

(setq gc-cons-threshold 100000000)
(defconst spacemacs-version "0.105.6" "Spacemacs version.")
(defconst spacemacs-version "0.105.7" "Spacemacs version.")
(defconst spacemacs-emacs-min-version "24.3" "Minimal version of Emacs.")

(if (not (version<= spacemacs-emacs-min-version emacs-version))
Expand Down

0 comments on commit 8a94bbf

Please sign in to comment.