Skip to content

Commit 24d4dda

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

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
@@ -37,7 +37,7 @@ NGINX Unit updated to 1.30.0.
3737
<changes apply="unit-php
3838
unit-python unit-python2.7
3939
unit-python3.4 unit-python3.5 unit-python3.6 unit-python3.7
40-
unit-python3.8 unit-python3.9 unit-python3.10
40+
unit-python3.8 unit-python3.9 unit-python3.10 unit-python3.11
4141
unit-go
4242
unit-perl
4343
unit-ruby
@@ -70,6 +70,19 @@ Initial release of Java 19 module for NGINX Unit.
7070
</changes>
7171

7272

73+
<changes apply="unit-python3.11" ver="1.29.0" rev="1"
74+
date="2022-12-15" time="08:00:00 -0800"
75+
packager="Nginx Packaging &lt;[email protected]&gt;">
76+
77+
<change>
78+
<para>
79+
Initial release of Python 3.11 module for NGINX Unit.
80+
</para>
81+
</change>
82+
83+
</changes>
84+
85+
7386
<changes apply="unit" ver="1.29.0" rev="1"
7487
date="2022-12-15" time="18:00:00 +0300"
7588
packager="Nginx Packaging &lt;[email protected]&gt;">

0 commit comments

Comments
 (0)