Skip to content

Commit 178f6ec

Browse files
committed
Update CHANGELOG.md
1 parent 27bc192 commit 178f6ec

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ CHANGELOG
33

44
## [unreleased]
55

6+
## [0.7.0] - 2018.01.11
7+
68
### Changed
79

810
- rename `LayerUpdate` to `LayerCache`
@@ -20,6 +22,12 @@ CHANGELOG
2022
- quick installer for windows
2123
- optimize the startup time for Vim8 and NeoVim via `timer_start()`
2224
- clojure layer
25+
- which-key layer
26+
- introduce `g:spacevim_layers` to take the place of `Layer` list.
27+
28+
### Removed
29+
30+
- `Layers()` function. As a matter of fact, `Layers()` and `UserInit()` function are not necessary. I just want to explicitly differentate `Layer` from `Plug` at the beginning. But now I have realized that there is no need to bring in another lengthy command list, we already have one :). Furthermore, most people never use the option of `Layer` command.
2331

2432
## [0.6.0] - 2017.06.09
2533

init.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ endif
3232

3333
let g:spacevim_dir = $HOME.'/.space-vim'
3434
let g:spacevim_core_dir = '/core'
35-
let g:spacevim_version = '0.6.0'
35+
let g:spacevim_version = '0.7.0'
3636

3737
set runtimepath+=$HOME/.space-vim/core
3838

0 commit comments

Comments
 (0)