diff options
Diffstat (limited to 'changelogs/CHANGELOG-v2.14.rst')
-rw-r--r-- | changelogs/CHANGELOG-v2.14.rst | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/changelogs/CHANGELOG-v2.14.rst b/changelogs/CHANGELOG-v2.14.rst index c8bf930de7..41be1326a0 100644 --- a/changelogs/CHANGELOG-v2.14.rst +++ b/changelogs/CHANGELOG-v2.14.rst @@ -5,6 +5,28 @@ ansible-core 2.14 "C'mon Everybody" Release Notes .. contents:: Topics +v2.14.13 +======== + +Release Summary +--------------- + +| Release Date: 2023-12-11 +| `Porting Guide <https://docs.ansible.com/ansible-core/2.14/porting_guides/porting_guide_core_2.14.html>`__ + + +Minor Changes +------------- + +- ansible-test - Add FreeBSD 13.2 remote. +- ansible-test - Removed `freebsd/13.1` remote. + +Bugfixes +-------- + +- unsafe data - Address an incompatibility when iterating or getting a single index from ``AnsibleUnsafeBytes`` +- unsafe data - Address an incompatibility with ``AnsibleUnsafeText`` and ``AnsibleUnsafeBytes`` when pickling with ``protocol=0`` + v2.14.12 ======== |