From 777fc16e932d4dcf1d600335961685885cd815c4 Mon Sep 17 00:00:00 2001 From: Larry Garfield Date: Fri, 6 Dec 2024 23:51:09 -0600 Subject: [PATCH] Update README. --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02e91c5..fc9e63a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ All notable changes to `Serde` will be documented in this file. Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles. +## 1.3.2 - 2024-12-06 + +### Added +- Nothing + +### Deprecated +- Nothing + +### Fixed +- Default values will now only be extracted from a constructor parameter if it's promoted. +- Switched to PHPDocker.io-based containers for development. (No impact on users.) + +### Removed +- Nothing + +### Security +- Nothing + ## 1.3.1 - 2024-09-25 ### Added