Skip to content

Commit

Permalink
📝 add change log for 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkangxgwe committed Feb 5, 2019
1 parent f75c45d commit 4febf61
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.1] - 2019-02-05 🧧

### Added

- Markdown text-based document information

### Fixed

- Tail-recursive message handler with no limits

### Deprecated

- SVG image for document information

## [0.1.0] - 2019-01-12

### Added
Expand Down
18 changes: 18 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.1] - 2019-02-05 🧧

### Added

- Markdown text-based document information

### Fixed

- Security issues due to event-stream

### Removed

- SVG image for document information

### Known issues

- Incompatible with latest Vim emulation extension `1.0.7`, please use version no later than `1.0.4`.

## [0.1.0] - 2019-01-12

### Added
Expand Down

0 comments on commit 4febf61

Please sign in to comment.