Skip to content

Commit

Permalink
Version 1.3 (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
304NotModified authored Sep 22, 2018
1 parent 7f99b71 commit 759c5c2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
Date format: (year/month/day)


### v1.3 (2018/09/22)
- [#245](https://github.com/NLog/NLog.Extensions.Logging/pull/245) Added ${configsetting} for appsettings.json and others (@snakefoot)
- [#246](https://github.com/NLog/NLog.Extensions.Logging/pull/246) Fixing bug throwing ArgumentOutOfRangeException if input is empty list (@thorhalvor)
- [#236](https://github.com/NLog/NLog.Extensions.Logging/pull/236) BeginScope always return scope-object even on error (@snakefoot)
- [#243](https://github.com/NLog/NLog.Extensions.Logging/pull/243) Enhancements for .NET Core 2 examples (@bryan5989)

### v1.2.1 (2018/08/05)
- [#233](https://github.com/NLog/NLog.Extensions.Logging/pull/233) Fixed null-reference-exception when parsing empty scope-property collection (@snakefoot)
- [#232](https://github.com/NLog/NLog.Extensions.Logging/pull/232) BeginScope: support for non-serializable objects + performance improvement (20-50% cpu, 35% times less allocations) (#232) (@snakefoot)
Expand Down
7 changes: 4 additions & 3 deletions src/NLog.Extensions.Logging/NLog.Extensions.Logging.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ For ASP.NET Core, use NLog.Web.AspNetCore: https://www.nuget.org/packages/NLog.W
<PackageTags>NLog;Microsoft.Extensions.Logging;log;logfiles;netcore;nlog</PackageTags>
<PackageReleaseNotes>

- Fixed null-reference-exception when parsing empty scope-property collection (@snakefoot)
- BeginScope: support for non-serializable objects + performance improvement (20-50% cpu, 35% times less allocations) (#232) (@snakefoot)
- BeginScope should accept any type of KeyValuePair (Swallow exceptions) (@snakefoot)
- Added ${configsetting} for appsettings.json and others (@snakefoot)
- Fixing bug throwing ArgumentOutOfRangeException if input is empty list (@thorhalvor)
- BeginScope always return scope-object even on error (@snakefoot)
- Enhancements for .NET Core 2 examples (@bryan5989)

Full changelog: https://github.com/NLog/NLog.Extensions.Logging/blob/master/CHANGELOG.MD

Expand Down

0 comments on commit 759c5c2

Please sign in to comment.