File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
* Release 0.200.x
2
+ ** 0.200.12 (2018/01/23)
3
+ *** Fixes
4
+ - Use HTTPS instead of HTTP for ORG ELPA repository (thanks to aaronjensen)
2
5
** 0.200.11 (2018/01/22)
3
6
*** Fixes
4
7
- Fix =helm= display function (thanks to jackkamm)
Original file line number Diff line number Diff line change 1
1
HOT FIX RELEASE
2
2
3
+ - Use HTTPS instead of HTTP for ORG ELPA repository (thanks to aaronjensen)
3
4
- Fix =helm= display function (thanks to jackkamm)
4
5
- Fix =anaconda-mode= variable names in Python layer (thanks to nixmaniack)
5
6
- Fix typo in =helm-cscope-find-calling-this-function= (thanks to dubnde)
Original file line number Diff line number Diff line change 16
16
; ; lower value in your dotfile (function `dotspacemacs/user-config' )
17
17
(setq gc-cons-threshold 100000000 )
18
18
19
- (defconst spacemacs-version " 0.200.11 " " Spacemacs version." )
19
+ (defconst spacemacs-version " 0.200.12 " " Spacemacs version." )
20
20
(defconst spacemacs-emacs-min-version " 24.4" " Minimal version of Emacs." )
21
21
22
22
(if (not (version<= spacemacs-emacs-min-version emacs-version))
You can’t perform that action at this time.
0 commit comments