Skip to content

Commit

Permalink
Merge branch 'fix/invalid-config-file'
Browse files Browse the repository at this point in the history
Squeezed in a bug fix
  • Loading branch information
pylipp committed Jan 24, 2022
2 parents c080aac + 7cf8de9 commit d4ac1ca
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- If the `list -f` option is used with a filter for frequency, start, or end, the `-r/--recurrent-only` option is automatically added. (#83)
- If the `update` command is used with the option `--start` and/or `--end`, it is assumed to operate on recurrent entries. (#84)
- Update dependencies `argcomplete` and `tinydb`. (#81,#85)
### Fixed
- Avoid `Invalid configuration` error if default config file does not exist.
### Removed
- Remove `convert-periods-to-pocket` command. (#78)

## [v0.27.0.1] - 2022-01-24
### Fixed
- Avoid `Invalid configuration` error if default config file does not exist.

## [v0.27.0.0] - 2022-01-03
### Changed
- Using the `list` command with the `--month` option only returns entries of specified month in current year. (#79)
Expand Down

0 comments on commit d4ac1ca

Please sign in to comment.