Skip to content

Commit 22597f1

Browse files
committed
Bumped version to 2.6.2
1 parent 8cf94da commit 22597f1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.6.2
2+
3+
* PrettyPrinter: Fixed the showing of internal `package:logger` log lines in the stack trace on Flutter/Dart Web.
4+
Closes [#102](https://github.com/SourceHorizon/logger/issues/102).
5+
* Lowered the `meta` package version requirement.
6+
17
## 2.6.1
28

39
* AdvancedFileOutput: Fixed race condition while flushing the buffer (`StateError`).

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: logger
22
description: Small, easy to use and extensible logger which prints beautiful logs.
3-
version: 2.6.1
3+
version: 2.6.2
44
repository: https://github.com/SourceHorizon/logger
55

66
topics:

0 commit comments

Comments
 (0)