Align wording for all referenced issues
Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/02d2129a Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/02d2129a Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/02d2129a Branch: refs/heads/release/2.1.0 Commit: 02d2129a84ceeb97214ec82cdc3c6ff84ae531c8 Parents: 85a0388 Author: Dominik Psenner <dpsen...@gmail.com> Authored: Wed Oct 3 21:51:55 2018 +0200 Committer: Dominik Psenner <dpsen...@gmail.com> Committed: Wed Oct 3 21:51:55 2018 +0200 ---------------------------------------------------------------------- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/02d2129a/CHANGELOG.md ---------------------------------------------------------------------- diff --git a/CHANGELOG.md b/CHANGELOG.md index fecac77..d5d63f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,7 +45,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - The xml documentation of the debug level was fixed. - The rolling file appender does not work with exclusive file locks on linux and the tests do now reflect that fact. -- A regression in the `ReadOnlyPropertiesDictionary` was fixed. It caused `NullReferenceException`s at runtime. Thanks to Vlad Lee who kindly provided the patch. This issue is tracked by [LOG4NET-581](https://issues.apache.org/jira/browse/LOG4NET-581). +- A regression in the `ReadOnlyPropertiesDictionary` was fixed. It caused `NullReferenceException`s at runtime. Thanks to Vlad Lee who kindly provided the patch. Tracked by [LOG4NET-581](https://issues.apache.org/jira/browse/LOG4NET-581). - A regression in the `AdoNetAppender` caused the appender to not work with the postgresql database provider because the provider would not detect database parameter names if they are added after a `Prepare()` on a `DbCommand`. Tracked by [LOG4NET-538](https://issues.apache.org/jira/browse/LOG4NET-538). - Fixed a typo in the website manuals where `log4net.LogicalThreadContext` was referenced as `log4net.ThreadLogicalContext`. Thanks to Marcel Gosselin who kindly provided the patch. - The `RollingFileAppender` does now honor the `PreserveLogFileNameExtension` flag when rolling over files with `StaticLogFileName` set to `false`.