From 527c6e3278d0854142c128d4efa260d162fc96b1 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 14 Feb 2024 12:25:46 -0600 Subject: [PATCH] docs: Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f424a77..fa92df8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Compatibility + +- Raised MSRV to 1.73 + +### Features + +- Add `is_present()` to see if one of the flags is present on the command-line + ## [2.1.2] - 2024-01-16 ### Fixes