Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mmahnic committed Mar 8, 2020
1 parent c778d89 commit e735e66
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

# Changelog

## [0.3.0]

### Added

- It is now possible to add an instantiated instance of CommandOptions with `add_command`. This
makes it easier to access global options from within command options. See the test
shouldAccessParentOptionsFromCommand in `command_t.cpp` and the new example in the README file.
- The help formatter can be changed in parser configuration. See the test shouldChangeHelpFormatter
in `parserconfig_t.cpp`.

### Changed

- The interface for defining program parameters has changed. The parameters are defined through the
`params()` method of the `argument_parser` class. The old `argument_parser` methods for defining
parameters are deprecated and will be removed.
- Fix: Treat negative numbers as numbers when they can not be mistaken for options.

0 comments on commit e735e66

Please sign in to comment.