Skip to content

Commit 502d39f

Browse files
vakhovoleg-jukovec
andauthored
Update CHANGELOG.md
Co-authored-by: Oleg Jukovec <oleg.jukovec@gmail.com>
1 parent d39ae0e commit 502d39f

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
## [Unreleased]
99

1010
### Added
11-
- Core structured logging library for Go
12-
- Support for log levels: Trace, Debug, Info, Warn, Error
13-
- Text and JSON output formats
14-
- Multiple output destinations: stdout, stderr, file paths, multi-target
15-
- Automatic timestamp, source file and line number
16-
- Stacktrace collection for error-level messages
17-
- Test suite for core functionality
18-
- Idiomatic Go examples (testable examples)
19-
- Makefile, GitHub Actions CI workflow, README, LICENSE, lint configuration
11+
12+
- Core structured logging library for Go.
13+
- Support for log levels: Trace, Debug, Info, Warn, Error.
14+
- Text and JSON output formats.
15+
- Multiple output destinations: stdout, stderr, file paths, multi-target.
16+
- Automatic timestamp, source file and line number.
17+
- Stacktrace collection for error-level messages.
18+
- Test suite for core functionality.
19+
- Idiomatic Go examples (testable examples).
20+
- Makefile, GitHub Actions CI workflow, README, LICENSE, lint configuration.
2021

2122
### Changed
2223

0 commit comments

Comments
 (0)