pluto / ronkathon

Cryptography Educational Foundations
https://pluto.xyz/blog/ronkathon-learn-cryptography-from-first-principles
MIT License
135 stars 13 forks source link

changelog #91

Closed lonerapier closed 5 days ago

lonerapier commented 2 weeks ago

as a beginner-friendly cryptography library, having a changelog that explains the reason behind any significant change in the architecture of the code is really helpful for a newcomer

0xJepsen commented 5 days ago

I like this. One way to do this that is easy is to ship releases of the library and follow semver. This was all the PRs and then put into a change-log automatically. Not sure if it's the best but could be a nice path forward.