Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 332 Bytes

CHANGELOG.md

File metadata and controls

12 lines (7 loc) · 332 Bytes

Changelog

Most important changes that might break something.

170201 - Depend on stable crypto

As crypto will undergo work, we put all dependencies on gopkg.in/dedis/crypto.v0. In your project, a simple

find . -name "*go" | xargs perl -pi -e "s:github.com/dedis/crypto:gopkg.in/dedis/crypto.v0:

will clean up things.