Support Option in from_dynamic.

This commit is contained in:
Stephen Chung
2021-12-02 12:50:11 +08:00
parent 5003d836d9
commit 5363b0724f
3 changed files with 43 additions and 2 deletions

View File

@@ -9,6 +9,11 @@ Compiler requirement
* Minimum compiler version is bumped to 1.51.
Bug fixes
---------
* `from_dynamic` now supports deserializing `Option`.
Enhancements
------------