Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Sep 26, 2016
1 parent d191fb8 commit 62a8f94
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

### Current

* Added: `IStringConverterInstanceFactory` to create converter instances, #279
* Added: `IStringConverterInstanceFactory` to create converter instances, #279 (@simon04)
* Added: Allow to specify the `@file` charset, #286 (@simon04)
* Added: Converters `InetAddressConverter` (#288), `CharArrayConverter` (#289; @garydgregory)
* Fixed: When using `parseWithoutValidation()`, JCommander uses 'parse()' on child commanders, #267 (@simon04)
* Fixed: Share all options (such as column size, allow abbreviated options, case sensitivity) with sub commands, see `JCommander.Options` class, #280 (fixes #155, #244, #261, #274; @simon04)
* Fixed: Thread-safe and non-shared converter factories, #284 (@simon04)
* Fixed: Skip `Path` converter when class is not available (Android), #287 (@JesusFreke)

### 1.56
2016-08-05
Expand Down

0 comments on commit 62a8f94

Please sign in to comment.