Readme change for 3.0

This commit is contained in:
Jarryd Beck 2021-10-21 07:50:58 +11:00
parent e8b5befff8
commit a150450486

View File

@ -7,9 +7,9 @@ tagged release version.
## Version 3 breaking changes ## Version 3 breaking changes
If you have used version 2, there are a couple of breaking changes in (the as If you have used version 2, there are a couple of breaking changes in version 3
yet unreleased, current master) version 3 that you should be aware of. If you are new to that you should be aware of. If you are new to `cxxopts` you can skip this
`cxxopts` you can skip this section. section.
The parser no longer modifies its arguments, so you can pass a const `argc` and The parser no longer modifies its arguments, so you can pass a const `argc` and
`argv` and expect them not to be changed. `argv` and expect them not to be changed.