From d7cd9bb455abe7e6df450781677343c118c7b341 Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Sun, 5 Apr 2020 15:05:55 +0200 Subject: [PATCH] Implement xp-framework/rfc#335 --- ChangeLog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index 27487974..56986b78 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,11 @@ ZIP File support for the XP Framework ChangeLog ## ?.?.? / ????-??-?? +## 8.0.2 / 2020-04-05 + +* Implemented RFC #335: Remove deprecated key/value pair annotation syntax + (@thekid) + ## 8.0.1 / 2019-12-02 * Made compatible with XP 10 - @thekid