File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8- ## [ Unreleased]
9-
8+ ## 2.0.1 - 2017-05-15
109
1110### Changed
1211
@@ -21,6 +20,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2120
2221### Fixed
2322
23+ - [ Issue #17 ] ( https://github.com/xenomachina/kotlin-argparser/issues/17 ) —
24+ specifying 0 for the columns should format help without line wrapping.
25+ Previously, this did not work as documented, and would instead wrap text in
26+ very narrow columns.
27+
2428- [ Issue #15 ] ( https://github.com/xenomachina/kotlin-argparser/issues/15 )
2529 — make it possible to specify 'argName' on all variants of 'storing' and
2630 ` adding `
Original file line number Diff line number Diff line change 1- version =2.0.1-SNAPSHOT
1+ version =2.0.1
22
33# Dependency versions
44dokka_version = 0.9.13
You can’t perform that action at this time.
0 commit comments