Skip to content

Commit

Permalink
Update the CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
MPCodeWriter21 committed Dec 7, 2024
1 parent fe5f87d commit d2f264c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ Help this project by [Donation](DONATE.md)
Changes
-------

### 2.10.1

+ Updated the Argparse module to be usable with python 3.12.3.

### 2.10.0

+ Added some exception classes to raise in the "argumentified" functions to show
+ Added some exception classes to raise in the "argumentified" functions to show
*parser error* to the user: `ArgumentError`, `IncompatibleArguments`,
`RequiredArgument`, `TooFewArguments`

Expand Down Expand Up @@ -101,6 +105,7 @@ Fixed a bug in the `TreePrint` class.
### 2.5.4

Added constant colors directly to the Colors module. Now you can do this:

```python
from log21 import print
from log21.colors import GREEN, WHITE, RED
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,9 @@ pip install git+https://github.com/MPCodeWriter21/log21
Changes
-------

### 2.10.0
### 2.10.1

+ Added some exception classes to raise in the "argumentified" functions to show
*parser error* to the user: `ArgumentError`, `IncompatibleArguments`,
`RequiredArgument`, `TooFewArguments`
+ Updated the Argparse module to be usable with python 3.12.3.

[Full CHANGELOG](https://github.com/MPCodeWriter21/log21/blob/master/CHANGELOG.md)

Expand Down

0 comments on commit d2f264c

Please sign in to comment.