diff --git a/CHANGELOG.org b/CHANGELOG.org index a26e28c83708..c1d0779a7ce6 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -1,4 +1,18 @@ * Release 0.104.x +** 0.104.7 (2015/12/15) +*** Distribution layer changes +**** Spacemacs +- Remove fancy battery custom mode-line (moved to spaceline) (thanks to TheBB) +*** Layers changes +**** Eyebrowse +- Eyebrowse doesn't have a lighter anymore (thanks to myrjola) +**** Haskell +- Replace obsolete function =haskell-process-load-or-reload= (thanks to + joehillen) +- Fix renamed command =hindent-reformat-decl= (thanks to lunaryorn) +**** Syntax-checking +- Add support for =flycheck-pos-tip-mode= (thanks to StreakyCobra, TheBB and + lunaryorn) ** 0.104.6 (2015/11/27) *** Hotfix - Fix void variable error =smartparens-strict-mode= (thanks to TheBB) diff --git a/init.el b/init.el index a757f6c2f5d8..1a44219c4d4b 100644 --- a/init.el +++ b/init.el @@ -14,7 +14,7 @@ ;; (package-initialize) (setq gc-cons-threshold 100000000) -(defconst spacemacs-version "0.104.6" "Spacemacs version.") +(defconst spacemacs-version "0.104.7" "Spacemacs version.") (defconst spacemacs-emacs-min-version "24.3" "Minimal version of Emacs.") (defun spacemacs/emacs-version-ok ()