Update CHANGELOG for 3.1.1.

This commit is contained in:
Isis Lovecruft 2021-07-20 02:56:07 +00:00
parent 59a8616e7a
commit 1391211f06
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.1.1
* Fix documentation builds on nightly due to syntax changes to
`#![cfg_attr(feature = "nightly", doc = include_str!("../README.md"))]`.
### 3.1.0
* Add support for the Elligator2 encoding for Edwards points.
@ -23,7 +28,7 @@ major series.
### 3.0.3
* Fix documentation builds on nightly due to syntax changes to
`#![fg_attr(feature = "nightly", doc = include_str!("../README.md"))]`.
`#![cfg_attr(feature = "nightly", doc = include_str!("../README.md"))]`.
### 3.0.2