Add CHANGELOG entry for 3.0.3.

This commit is contained in:
Isis Lovecruft 2021-07-20 01:50:30 +00:00
parent b0abd7a84b
commit dc19aa2aaf
No known key found for this signature in database
GPG key ID: AB41313533E8E812

View file

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