Release 0.14.0

* Minor tweak at how [export.exclude] is handled to allow excluding generic
   instantiations in C mode. (#501)
 * Documented cpp_compat option. (#496)
 * Fixed a panic when parsing associated constants for a built-in type. (#494)
This commit is contained in:
Emilio Cobos Álvarez
2020-04-04 23:27:49 +02:00
parent 39bae60ad7
commit 4a38a48937
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -1,3 +1,10 @@
## 0.14.0
* Minor tweak at how [export.exclude] is handled to allow excluding
generic instantiations in C mode. (#501)
* Documented cpp_compat option. (#496)
* Fixed a panic when parsing associated constants for a built-in type. (#494)
## 0.13.2
* Constants now have suitable documentation. (#471)