diff --git a/CHANGELOG.org b/CHANGELOG.org index 2f2b82ee910c..90105f1c8a80 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -1,4 +1,21 @@ * Release 0.105.x +** 0.105.13 (2016/03/06) +*** Fixes +- Fix smooth-scroll toggling at startup (thanks to TheBB) +- Fix auto-completion toggle ~SPC t a~ (thanks to TheBB) +*** Layer changes +**** Clojure +- Fix function name =cider-pop-back= (thanks to mlachmih) +**** Scala +- Fix various function names: + - =ensime-refactor-diff-organize-imports= + - =ensime-refactor-diff-extract-method= + - =ensime-refactor-diff-rename= + - =ensime-refactor-diff-extract-local= + (thanks to TheBB) +*** Improvements +- Reformat =README.md= title section. +- Add a GitHub pull request template (thanks to robbyoconnor) ** 0.105.12 (2016/03/02) *** Fixes - Fix activation of package dependencies diff --git a/init.el b/init.el index 95df33410fa0..672add92ee23 100644 --- a/init.el +++ b/init.el @@ -13,7 +13,7 @@ ;; (package-initialize) (setq gc-cons-threshold 100000000) -(defconst spacemacs-version "0.105.12" "Spacemacs version.") +(defconst spacemacs-version "0.105.13" "Spacemacs version.") (defconst spacemacs-emacs-min-version "24.3" "Minimal version of Emacs.") (if (not (version<= spacemacs-emacs-min-version emacs-version))