Skip to content

Commit

Permalink
Updated change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenGroot committed Mar 29, 2023
1 parent 8136f32 commit 66cf723
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# What’s new in Ookii.CommandLine

## Ookii.CommandLine 3.1

**IMPORTANT:** If you are upgrading from version 2.x, please check the [migration guide](Migrating.md).

## Ookii.CommandLine 3.1.1

- .Net Standard 2.0: use the System.Memory package to remove some downlevel-only code.
- There are no changes for the .Net Standard 2.1 and .Net 6.0 assemblies.

## Ookii.CommandLine 3.1

- Added an instance [`CommandLineParser<T>.ParseWithErrorHandling()`][] method, which handles errors
and displays usage help the same way as the static [`Parse<T>()`][Parse<T>()_1] method, but allows access to more
information only available if you have an instance.
Expand Down

0 comments on commit 66cf723

Please sign in to comment.