File tree 1 file changed +15
-2
lines changed
1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,21 @@ Changelog
4
4
Versions are year-based with a strict backward-compatibility policy.
5
5
The third digit is only for regressions.
6
6
7
+ 24.0.0 (UNRELEASED)
8
+ -------------------
9
+
10
+ Backward-incompatible changes:
11
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12
+
13
+ Deprecations:
14
+ ^^^^^^^^^^^^^
15
+
16
+ Changes:
17
+ ^^^^^^^^
18
+
19
+ - Added ``OpenSSL.SSL.Connection.get_selected_srtp_profile `` to determine which SRTP profile was negotiated.
20
+ `#1279 <https://github.com/pyca/pyopenssl/pull/1279 >`_.
21
+
7
22
23.3.0 (2023-10-25)
8
23
-------------------
9
24
@@ -35,8 +50,6 @@ Changes:
35
50
to the now deprecated ``OpenSSL.crypto.CRL `` arguments.
36
51
- Fixed ``test_set_default_verify_paths `` test so that it is skipped if no
37
52
network connection is available.
38
- - Added ``OpenSSL.SSL.Connection.get_selected_srtp_profile `` to determine which SRTP profile was negotiated.
39
- `#1279 <https://github.com/pyca/pyopenssl/pull/1279 >`_.
40
53
41
54
23.2.0 (2023-05-30)
42
55
-------------------
You can’t perform that action at this time.
0 commit comments