Skip to content

Commit df358b3

Browse files
authored
Fix changelog by moving new features to 24.0.0 release (#1282)
PR #1279 inadvertently appended the change to a past release, so fix this.
1 parent 34b018f commit df358b3

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ Changelog
44
Versions are year-based with a strict backward-compatibility policy.
55
The third digit is only for regressions.
66

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+
722
23.3.0 (2023-10-25)
823
-------------------
924

@@ -35,8 +50,6 @@ Changes:
3550
to the now deprecated ``OpenSSL.crypto.CRL`` arguments.
3651
- Fixed ``test_set_default_verify_paths`` test so that it is skipped if no
3752
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>`_.
4053

4154
23.2.0 (2023-05-30)
4255
-------------------

0 commit comments

Comments
 (0)