* Simplify types in nested types such as pointed-to types and function
   signatures (#661).
This commit is contained in:
Emilio Cobos Álvarez
2021-02-26 20:07:06 +01:00
parent 1903686f9e
commit a0dc1a1fcb
3 changed files with 8 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
## 0.18.0
* Simplify types in nested types such as pointed-to types and function signatures (#661)
## 0.17.0
* Add with_parse_extra_bindings to builder. (#645)