From 2f6291620f1f067508b7d80d3b0346609adc265e Mon Sep 17 00:00:00 2001 From: Brent Roose Date: Wed, 29 Jan 2020 16:10:20 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1477a297..31536a44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to `data-transfer-object` will be documented in this file + +## 1.13.3 - 2020-01-29 + +- Ignore static properties when serializing (#88) + ## 1.13.2 - 2020-01-08 - DataTransferObjectError::invalidType : get actual type before mutating $value for the error message (#81)