Skip to content

Commit

Permalink
CHANGELOG breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
adaszko committed Oct 21, 2023
1 parent 5553e02 commit 3d4a22a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ 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).

## Unreleased
## 0.1.6
### Fixed

- ZSH,JIT: Completing in the middle of a word (with `complete_in_word` option set) works now
- ZSH,JIT: Completing paths tcsh style (f/b/b<TAB> -> foo/bar/baz) works now

### Changed

- Breaking: `complgen complete` CLI interface has changed. Shell integration configuration needs to be updated. See README.

## 0.1.5

### Fixed
Expand Down

0 comments on commit 3d4a22a

Please sign in to comment.