Skip to content

Commit b0af25c

Browse files
committed
docs: update changelog
1 parent 8757c42 commit b0af25c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

1031
This release follows the [Dahlia Specification v1.0.0][spec].

0 commit comments

Comments
 (0)