spake2-0.4.0: CHANGELOG.md
# Changelog
## 0.4.0 (2017-11-22)
* Change `createSessionKey` inputs to be `inbound`, `outbound` rather than
`side A`, `side B`. If you were passing as `side A`, `side B` before, it
should continue to work, unless you were deliberately triggering an error
condition.
* Add `spake2Exchange`, for much more convenient exchanges.
## 0.3.0 (2017-11-11)
* Depend on protolude 0.2 minimum
## 0.2.0 (2017-06-08)
* `Group` typeclass split into `Group` and `AbelianGroup` typeclasses
## 0.1.0 (2017-05-28)
Initial release