File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 3.1.0] - 2024-12-28
9+
10+ ### Added
11+ - Python 3.13 support
12+ - An ` escape ` utility function
13+ - Running ` python -m dahlia ` now displays the lib version
14+
15+ ### Changed
16+ - Improved error message for an invalid marker type
17+ (by [ @cadaniel02 ] [ cadaniel02 ] )
18+
19+ ### Fixed
20+ - Corrected edge case behavior when trying to use a regex character (e.g. ` ? ` or
21+ ` $ ` ) as a marker
22+ - Fixed custom color processing
23+
24+ ### Removed
25+ - Python 3.8 support
26+
27+ [ cadaniel02 ] : https://github.com/cadaniel02/
28+
829## [ 3.0.0] - 2024-06-02
930
1031This release follows the [ Dahlia Specification v1.0.0] [ spec ] .
You can’t perform that action at this time.
0 commit comments