Skip to content

Commit d2f264c

Browse files
Update the CHANGELOG.
1 parent fe5f87d commit d2f264c

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ Help this project by [Donation](DONATE.md)
66
Changes
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

103107
Added constant colors directly to the Colors module. Now you can do this:
108+
104109
```python
105110
from log21 import print
106111
from log21.colors import GREEN, WHITE, RED

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,9 @@ pip install git+https://github.com/MPCodeWriter21/log21
6161
Changes
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

0 commit comments

Comments
 (0)