Skip to content

Commit 91f7fc9

Browse files
committed
Docs: added changelog for Python 3.11.
While at it, fixed changelogs generation for Python 3.10 as well.
1 parent e22669f commit 91f7fc9

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

docs/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ PACKAGES= unit \
77
unit-php \
88
unit-python unit-python2.7 unit-python3.4 \
99
unit-python3.5 unit-python3.6 unit-python3.7 \
10-
unit-python3.8 unit-python3.9 \
10+
unit-python3.8 unit-python3.9 unit-python3.10 \
11+
unit-python3.11 \
1112
unit-go unit-go1.7 unit-go1.8 unit-go1.9 unit-go1.10 \
1213
unit-go1.12 unit-go1.13 \
1314
unit-perl \

docs/changes.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<changes apply="unit-php
99
unit-python unit-python2.7
1010
unit-python3.4 unit-python3.5 unit-python3.6 unit-python3.7
11-
unit-python3.8 unit-python3.9 unit-python3.10
11+
unit-python3.8 unit-python3.9 unit-python3.10 unit-python3.11
1212
unit-go
1313
unit-perl
1414
unit-ruby
@@ -41,6 +41,19 @@ Initial release of Java 19 module for NGINX Unit.
4141
</changes>
4242

4343

44+
<changes apply="unit-python3.11" ver="1.29.0" rev="1"
45+
date="2022-12-15" time="08:00:00 -0800"
46+
packager="Nginx Packaging &lt;[email protected]&gt;">
47+
48+
<change>
49+
<para>
50+
Initial release of Python 3.11 module for NGINX Unit.
51+
</para>
52+
</change>
53+
54+
</changes>
55+
56+
4457
<changes apply="unit" ver="1.29.0" rev="1"
4558
date="2022-12-15" time="18:00:00 +0300"
4659
packager="Nginx Packaging &lt;[email protected]&gt;">

0 commit comments

Comments
 (0)