@@ -972,7 +972,7 @@ Thanks to @bdonlan and @jeromegn for contributing to this release!
972972### Changed
973973
974974- ** filter** : ` LevelFilter ` is now a re-export of the
975- ` tracing_core::LevelFilter ` type, it can now be used interchangably with the
975+ ` tracing_core::LevelFilter ` type, it can now be used interchangeably with the
976976 versions in ` tracing ` and ` tracing-core ` (#853 )
977977- ** filter** : Significant performance improvements when comparing ` LevelFilter ` s
978978 and ` Level ` s (#853 )
@@ -1175,7 +1175,7 @@ tuning in this release!
11751175
11761176- ** fmt** : Fixed empty ` {} ` printed after spans with no fields (f079f2d)
11771177- ** fmt** : Fixed inconsistent formatting when ANSI colors are disabled (506a482)
1178- - ** fmt** : Fixed mis-aligned levels when ANSI colors are disabled (eba1adb)
1178+ - ** fmt** : Fixed misaligned levels when ANSI colors are disabled (eba1adb)
11791179- Fixed warnings on nightly Rust compilers (#558 )
11801180
11811181# 0.2.0-alpha.5 (January 31, 2020)
@@ -1262,9 +1262,9 @@ tuning in this release!
12621262 changes in subsequent alpha. (#420 , #425 )
12631263- ** BREAKING** : Removed ` Filter ` . Use ` EnvFilter ` instead (#434 )
12641264
1265- ### Contributers
1265+ ### Contributors
12661266
1267- Thanks to all the contributers to this release!
1267+ Thanks to all the contributors to this release!
12681268
12691269- @pimeys for #377 and #415
12701270
@@ -1290,9 +1290,9 @@ Thanks to all the contributers to this release!
12901290 order to initialize the global logger. Only ` tracing-log ` needs to be
12911291 specified now (#400 ).
12921292
1293- ### Contributers
1293+ ### Contributors
12941294
1295- Thanks to all the contributers to this release!
1295+ Thanks to all the contributors to this release!
12961296
12971297- @emschwartz for #385 , #387 , #400 and #401
12981298- @bIgBV for #388
0 commit comments