Skip to content

Commit 380da62

Browse files
committed
#239 #231 added release notes
1 parent d4f7879 commit 380da62

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/changelog/3.1,0/209-migrate-log4net-site-to-antora.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
<issue id="209" link="https://github.com/apache/logging-log4net/issues/209"/>
77
<issue id="210" link="https://github.com/apache/logging-log4net/pull/210"/>
88
<description format="asciidoc">Migrate the log4net site to Antora and use logging-parent pom
9-
(implemented by @freeandnil in https://github.com/apache/logging-log4net/pull/210[#210])</description>
9+
(implemented by @FreeAndNil in https://github.com/apache/logging-log4net/pull/210[#210])</description>
1010
</entry>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="https://logging.apache.org/xml/ns"
4+
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
5+
type="fixed">
6+
<issue id="163" link="https://github.com/apache/logging-log4net/issues/163"/>
7+
<issue id="231" link="https://github.com/apache/logging-log4net/issues/231"/>
8+
<issue id="232" link="https://github.com/apache/logging-log4net/pull/232"/>
9+
<issue id="236" link="https://github.com/apache/logging-log4net/issues/236"/>
10+
<description format="asciidoc">RollingFileAppender does not respect the MaxSizeRollBackups with positive CountDirection
11+
(implemented by @gdziadkiewicz in https://github.com/apache/logging-log4net/pull/232[#232])</description>
12+
</entry>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="https://logging.apache.org/xml/ns"
4+
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
5+
type="added">
6+
<issue id="239" link="https://github.com/apache/logging-log4net/issues/239"/>
7+
<issue id="240" link="https://github.com/apache/logging-log4net/pull/240"/>
8+
<description format="asciidoc">detect Android and use environment variables instead of AppSettings
9+
(reported by @arunjose696, implemented by @FreeAndNil in https://github.com/apache/logging-log4net/pull/240[#240])</description>
10+
</entry>

0 commit comments

Comments
 (0)