Skip to content

Commit 8d547e8

Browse files
Create CHANGELOG.MD
1 parent 06d7af2 commit 8d547e8

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

CHANGELOG.MD

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
## Change Log
2+
3+
### v1.0-rc1 (2017/10/16)
4+
5+
#### breaking changes:
6+
Breaking changes in behavior!
7+
8+
9+
- [#154](https://github.com/nlog/NLog.Extensions.Logging/pull/154) Enable by default: CaptureMessageTemplates & CaptureMessageProperties (@304NotModified)
10+
- [#151](https://github.com/nlog/NLog.Extensions.Logging/pull/151) NLogProviderOptions: added IgnoreEmptyEventId, enabled by default. (@snakefoot)
11+
- [#151](https://github.com/nlog/NLog.Extensions.Logging/pull/151) NLogProviderOptions: set default EventIdSeparator to underscore. (@snakefoot)
12+
13+
14+
#### Features
15+
16+
- [#125](https://github.com/nlog/NLog.Extensions.Logging/pull/125) Capture structured logging parameter names (@snakefoot)
17+
- [#148](https://github.com/nlog/NLog.Extensions.Logging/pull/148) MessageProperties - Allow capture of message properties (CaptureMessageProperties option) (@snakefoot)
18+
- [#152](https://github.com/nlog/NLog.Extensions.Logging/pull/152) Introduced NetStandard1.5 by updating to NLog 4.5-beta07 (@snakefoot)
19+
20+
#### Other
21+
22+
- [#143](https://github.com/nlog/NLog.Extensions.Logging/pull/143) Added Console Example to git (@304NotModified)
23+
- [#142](https://github.com/nlog/NLog.Extensions.Logging/pull/142) Enabled Travis build (@304NotModified)
24+
25+
### v1.0.0-rtm-beta7 (2017/09/29)
26+
- [#138](https://github.com/nlog/NLog.Extensions.Logging/pull/138) 1.0.0-rtm-beta7 release notes and version (@304NotModified)
27+
- [#141](https://github.com/nlog/NLog.Extensions.Logging/pull/141) Enable XML docs + docs (@304NotModified)
28+
- [#137](https://github.com/nlog/NLog.Extensions.Logging/pull/137) Cleanup, update docs (@304NotModified)
29+
- [#136](https://github.com/nlog/NLog.Extensions.Logging/pull/136) Support .NET 4.6.1 + Microsoft.Extensions.Logging 2.0, running tests for .NET 4.6.1, coreapp1.1 and coreapp2.0 (@304NotModified)
30+
- [#134](https://github.com/nlog/NLog.Extensions.Logging/pull/134) remove unneeded version prefix (@304NotModified)
31+
- [#135](https://github.com/nlog/NLog.Extensions.Logging/pull/135) Added NLogLoggerFactory (@304NotModified)

0 commit comments

Comments
 (0)