Skip to content

Commit e92cf65

Browse files
committed
Update changelog
1 parent 3513dde commit e92cf65

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Changelog
2+
3+
## [Unreleased]
4+
### Added
5+
- `defaultLazy` extension for options and arguments
6+
7+
### Changed
8+
- `main` now prints messages to stderr instead of stdout
9+
10+
### Fixed
11+
- Parameter help messages are now wrapped more consistently
12+
13+
## [1.2.0] - 2018-05-07
14+
### Added
15+
- Default parameter to option().default()
16+
17+
### Changed
18+
- Treat tokens with unknown prefixes as arguments (this makes it easier
19+
to pass in file paths without using `--`).
20+
21+
## [1.1.0] - 2018-04-15
22+
### Added
23+
- `List<String>` overloads to `CliktCommand.parse` and `main`
24+
- `err` parameter to `TermUi.echo`
25+
- `error` property to `Abort`
26+

0 commit comments

Comments
 (0)