* Add Builder::with_using_namespaces (#688).
 * Ignore PhantomPinned (#695).
 * Simplify Pin<T> to T (#697).
 * Update --pretty=expanded to -Zunpretty=expanded (#706).
This commit is contained in:
Emilio Cobos Álvarez
2021-07-29 14:25:58 +02:00
parent 34299aef56
commit 41506d5aeb
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -1,3 +1,10 @@
## 0.20.0
* Add Builder::with_using_namespaces. (#688)
* Ignore PhantomPinned. (#695)
* Simplify Pin<T> to T. (#697)
* Update --pretty=expanded to -Zunpretty=expanded. (#706)
## 0.19.0
* Simplify types in generics (#663)