This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 8f62a54f17b3e380eeb6af83ff91899e891afc75 Author: Volkan Yazıcı <[email protected]> AuthorDate: Sun Jan 22 20:19:07 2023 +0100 Add changelog --- .../1221_switch_from_jira_to_github_issues.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/changelog/.3.x.x/1221_switch_from_jira_to_github_issues.xml b/src/changelog/.3.x.x/1221_switch_from_jira_to_github_issues.xml new file mode 100644 index 0000000000..2d4f88c68a --- /dev/null +++ b/src/changelog/.3.x.x/1221_switch_from_jira_to_github_issues.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<entry type="changed"> + <issue id="1221" link="https://github.com/apache/logging-log4j2/pull/1221"/> + <author id="vy"/> + <description format="asciidoc">Switch the issue tracker from https://issues.apache.org/jira/browse/LOG4J2[JIRA] to https://github.com/apache/logging-log4j2/issues[GitHub Issues]</description> +</entry>
