Skip to content

Commit 804e98f

Browse files
committed
Update CHANGELOG
1 parent e5396c6 commit 804e98f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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+
## [0.6.1] - 2025-10-05
9+
10+
### Fixed
11+
12+
- Encode DEL (0x7f) control character by [@spaceone]
13+
- Modernize code through Go 1.21 by [@ChrisHines]
14+
15+
[0.6.1]: https://github.com/go-logfmt/logfmt/compare/v0.6.0...v0.6.1
16+
817
## [0.6.0] - 2023-01-30
918

1019
[0.6.0]: https://github.com/go-logfmt/logfmt/compare/v0.5.1...v0.6.0
@@ -80,3 +89,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8089
[@judwhite]: https://github.com/judwhite
8190
[@nussjustin]: https://github.com/nussjustin
8291
[@alexanderjophus]: https://github.com/alexanderjophus
92+
[@spaceone]: https://github.com/spaceone

0 commit comments

Comments
 (0)