From f582c8417b4eede5d57de0a11a393b0e7ab10280 Mon Sep 17 00:00:00 2001 From: Michael Rosenberg Date: Mon, 11 Nov 2024 00:55:20 -0500 Subject: [PATCH] Updated CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57d4b91..eb20d1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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 + +* Made `PskBundle` require an explicit constructor that performs validation on inputs + ## [0.12.0] - 2024-07-03 ### Additions