From 139e421502d1d85aeccfa96c1ee682ce3bc27368 Mon Sep 17 00:00:00 2001 From: "M. Thiercelin" Date: Tue, 14 Jun 2022 16:50:59 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76a4327..04d70b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +### Unreleased + +### Added +- `SessionKey.Decrypt() and SessionKey.DecryptAndVerify`, now suport the decryption of AEAD encrypted +data packets (packet type 20). + ## [2.4.7] 2022-04-27 ### Changed