2024-11-07 09:59:07 +00:00
committed by Git OBS Bridge
parent c6be8f19a5
commit e3205839e2
5 changed files with 22 additions and 5 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Nov 7 09:47:59 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
- Update to 1.9.0
* New features
+ Add OptionGroup.isSelected().
+ You can now extend HelpFormatter.Builder.
+ Add 'since' attribute to Option to track when an Option was
introduced #292
* Fixed bugs
+ CLI-334: Fix Javadoc pathing #280.
+ CLI-335: Updated properties documentation #285.
+ CLI-336: Deprecation not always reported #284.
+ Replace internal StringBuffer with StringBuilder.
* Updates
+ Bump org.apache.commons:commons-parent from 70 to 72 #283.
-------------------------------------------------------------------
Mon Aug 12 12:14:19 UTC 2024 - Gus Kenion <gus.kenion@suse.com>