File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,9 +6,13 @@ Help this project by [Donation](DONATE.md)
66Changes
77-------
88
9+ ### 2.10.1
10+
11+ + Updated the Argparse module to be usable with python 3.12.3.
12+
913### 2.10.0
1014
11- + Added some exception classes to raise in the "argumentified" functions to show
15+ + Added some exception classes to raise in the "argumentified" functions to show
1216 * parser error* to the user: ` ArgumentError ` , ` IncompatibleArguments ` ,
1317 ` RequiredArgument ` , ` TooFewArguments `
1418
@@ -101,6 +105,7 @@ Fixed a bug in the `TreePrint` class.
101105### 2.5.4
102106
103107Added constant colors directly to the Colors module. Now you can do this:
108+
104109``` python
105110from log21 import print
106111from log21.colors import GREEN , WHITE , RED
Original file line number Diff line number Diff line change @@ -61,11 +61,9 @@ pip install git+https://github.com/MPCodeWriter21/log21
6161Changes
6262-------
6363
64- ### 2.10.0
64+ ### 2.10.1
6565
66- + Added some exception classes to raise in the "argumentified" functions to show
67- * parser error* to the user: ` ArgumentError ` , ` IncompatibleArguments ` ,
68- ` RequiredArgument ` , ` TooFewArguments `
66+ + Updated the Argparse module to be usable with python 3.12.3.
6967
7068[ Full CHANGELOG] ( https://github.com/MPCodeWriter21/log21/blob/master/CHANGELOG.md )
7169
You can’t perform that action at this time.
0 commit comments