mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Update CHANGELOG for 3.1.1.
This commit is contained in:
parent
59a8616e7a
commit
1391211f06
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue