Skip to content

Commit

Permalink
Update CHANGELOG.md for v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bluk committed Nov 8, 2018
1 parent f9457c1 commit d18ec96
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## Unreleased
## v0.2.0

### Added

Expand All @@ -10,6 +10,16 @@
* Mapping `<Plug>(swift-spm-test-generate-linuxmain>` and command
`:SwiftPMTestGenerateLinuxMain` to generate the LinuxMain
test code.
* When using the autosave options, the errors can be sent to the same list
by setting `let g:swift_list_type_commands = { 'Autosave': 'quickfix' }`.
You can use either `quickfix` or `locationlist`.

### Updated

* Modify list cleaning and closing behavior. Add option to not clean lists during
manual command/mapping invocations by setting `let g:swift_list_clean = 0`.
Add option to not clean lists during autosave operations by setting
`let g:swift_list_clean_on_autosave = 0`. Default is to always clean lists.

## v0.1.0

Expand Down

0 comments on commit d18ec96

Please sign in to comment.