From de13888fe5cec1ab60dc7b02290245904dc1d4be Mon Sep 17 00:00:00 2001 From: LebJe <51171427+LebJe@users.noreply.github.com> Date: Fri, 17 Sep 2021 11:45:41 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 146a5740..ca03ae0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,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). +## [0.3.2](https://github.com/LebJe/TOMLKit/releases/tag/0.3.2) - 2021-09-17 + +### Fixed + +- `TOMLDecoder` can now decode `Dictionary.self`. + ## [0.3.1](https://github.com/LebJe/TOMLKit/releases/tag/0.3.1) - 2021-09-16 ### Fixed