From 8d62bcf49aa9dae49a2d68c25ff7fe0d58e16bb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Mockers?= Date: Wed, 27 Nov 2019 21:57:01 +0100 Subject: [PATCH] :bookmark: prepare release 0.3.1 --- CHANGES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 62c93e9..a8fec07 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,17 @@ # Changes +## 0.3.1 + +* fixed various cases around array of object concatenation and substitutions +[#13](https://github.com/mockersf/hocon.rs/issues/13) +* fixed deserialization of tuple, enum and unit types +* fixed deserialization of missing fields using default [#11](https://github.com/mockersf/hocon.rs/issues/11) +* fixed ignoring the end of a file if it was invalid Hocon [#15](https://github.com/mockersf/hocon.rs/pull/15) +* can take a Path to load a file [#10](https://github.com/mockersf/hocon.rs/issues/10) +* can resolve to a struct only part of the parsed Hocon document to help with complex cases +[#9](https://github.com/mockersf/hocon.rs/pull/9) +* improved error messages [#14](https://github.com/mockersf/hocon.rs/pull/14) + ## 0.3.0 * error management