Update README with changes for 2.1.3.

This commit is contained in:
Isis Lovecruft 2021-07-13 05:49:53 +00:00
parent 1bacc6f95f
commit 233130c55b
No known key found for this signature in database
GPG key ID: AB41313533E8E812

View file

@ -5,6 +5,11 @@ major series.
## 2.x series
### 2.1.3
* Fix documentation builds on nightly due to syntax changes to
`#![fg_attr(feature = "nightly", doc = include_str!("../README.md"))]`.
### 2.1.2
* Multiple documenation typo fixes.