Skip to content

Commit d6b8928

Browse files
committed
Update CHANGELOG
1 parent ffdf1d6 commit d6b8928

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## [Unreleased]
77

8+
## [2020.06.19]
9+
### Added
10+
- Vim plugin `dense-analysis/ale` (a.k.a. ALE) for much faster linting.
11+
- Auto hide `colorcolumn` and line numbers on quick fix, help, fugitive, and
12+
YouCompleeteMe windows.
13+
14+
### Changed
15+
- Color of vim `cursorcolumn` to use the colour defined in `colorscheme`.
16+
- Terminal size in vim reduced to `15x0`.
17+
18+
### Removed
19+
- Vim plugin `syntasic` as it slows down the save/load time to seconds even on
20+
a top spec 16" MacBook Pro.
21+
822
## [2020.06.18]
923
### Added
1024
- `iputils-ping` package in dockerfiles to allow ping.
@@ -24,6 +38,7 @@ found` by pinning the `pipenv` version to `2018.11.26`.
2438
- `.vimrc` configured for Python developemnt.
2539
- Ubuntu 20.04 based dockerfiles to build images for Python 3.7 & 3.8 variants.
2640

27-
[Unreleased]: https://github.com/devtography/pyvim/compare/2020.06.18...HEAD
41+
[Unreleased]: https://github.com/devtography/pyvim/compare/2020.06.19...HEAD
42+
[2020.06.19]: https://github.com/devtography/pyvim/compare/2020.06.18...2020.06.19
2843
[2020.06.18]: https://github.com/devtography/pyvim/compare/2020.06.17...2020.06.18
2944
[2020.06.17]: https://github.com/devtography/pyvim/releases/tag/2020.06.17

0 commit comments

Comments
 (0)