File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
* Release 0.105.x
2
+ ** 0.105.14 (2016/03/09)
3
+ *** Fixes
4
+ - Fix bad window index for =neotree= buffer (thanks to bmag)
5
+ - Fix error when using ~SPC p l~ right after Emacs started (thanks to bixuanzju)
6
+ *** Layer changes
7
+ **** Go
8
+ - Fix bug when there is no test suite when running tests
9
+ (thanks to bogdanteleaga)
10
+ **** React
11
+ - Fix broken =helm-imenu= (thanks to huaoguo)
12
+ *** Improvements
13
+ - Various documentation improvements (thanks to triklsbg)
14
+
2
15
** 0.105.13 (2016/03/06)
3
16
*** Fixes
4
17
- Fix smooth-scroll toggling at startup (thanks to TheBB)
Original file line number Diff line number Diff line change 13
13
; ; (package-initialize)
14
14
15
15
(setq gc-cons-threshold 100000000 )
16
- (defconst spacemacs-version " 0.105.13 " " Spacemacs version." )
16
+ (defconst spacemacs-version " 0.105.14 " " Spacemacs version." )
17
17
(defconst spacemacs-emacs-min-version " 24.3" " Minimal version of Emacs." )
18
18
19
19
(if (not (version<= spacemacs-emacs-min-version emacs-version))
You can’t perform that action at this time.
0 commit comments