From 6b2dce7c8a347b39ed09cb7ed48ae5613925c181 Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Sun, 18 Aug 2019 20:27:26 +0200 Subject: allow list as typ argument for YAML() needed for extending the basic types e.g. in ruamel.yaml.pytypes --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 14c1c67..190bc41 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +[0, 16, 5]: 2019-08-18 + - allow for ``YAML(typ=['unsafe', 'pytypes'])`` + [0, 16, 4]: 2019-08-16 - fix output of TAG directives with # (reported by `Thomas Smith `__) -- cgit v1.2.1