From a150450486700ae28a44f0667cf83f65de2d258b Mon Sep 17 00:00:00 2001 From: Jarryd Beck Date: Thu, 21 Oct 2021 07:50:58 +1100 Subject: [PATCH] Readme change for 3.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 14665f78..ede30ef4 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ tagged release version. ## Version 3 breaking changes -If you have used version 2, there are a couple of breaking changes in (the as -yet unreleased, current master) version 3 that you should be aware of. If you are new to -`cxxopts` you can skip this section. +If you have used version 2, there are a couple of breaking changes in version 3 +that you should be aware of. If you are new to `cxxopts` you can skip this +section. The parser no longer modifies its arguments, so you can pass a const `argc` and `argv` and expect them not to be changed.