diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e498e9..ee689f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.3 + +- Change associated to stackTrace + # 0.2.2 - Add associated diff --git a/lib/src/log.dart b/lib/src/log.dart index 6be51c6..7e2a694 100644 --- a/lib/src/log.dart +++ b/lib/src/log.dart @@ -164,8 +164,8 @@ class LogEvent { final String? id; final StackTrace? logPointStackTrace; - LogEvent(this.level, this.obj, this.override, this.append, - this.stackTrace, this.time, this.id, this.logPointStackTrace); + LogEvent(this.level, this.obj, this.override, this.append, this.stackTrace, + this.time, this.id, this.logPointStackTrace); } enum LogFeature { diff --git a/pubspec.yaml b/pubspec.yaml index f6ad3f8..777faf6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: rewind description: A logging tool that enables you to record any data, with full customization of what is captured and the appearance of your logs at every logging level. -version: 0.2.2 +version: 0.3.0 repository: https://github.com/mcmah309/anyhow_logging environment: