diff options
author | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-05-06 14:07:26 +0200 |
---|---|---|
committer | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-05-06 14:07:26 +0200 |
commit | a5822779f64dcf42a271df7d0043f6665583ea0a (patch) | |
tree | ae66210900441e9f3d5d5e6bf7c4f3f0729c4a8f /CHANGELOG.md | |
parent | 7986de7cc40d5c063805b060c1796623d3584995 (diff) | |
download | hmacaroons-a5822779f64dcf42a271df7d0043f6665583ea0a.tar.gz hmacaroons-a5822779f64dcf42a271df7d0043f6665583ea0a.tar.zst hmacaroons-a5822779f64dcf42a271df7d0043f6665583ea0a.zip |
Fix haddock and add changelog
[ci skip]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3a8e1eb --- /dev/null +++ b/CHANGELOG.md | |||
@@ -0,0 +1,7 @@ | |||
1 | # Revision history for [hmacaroons](https://github.com/jtanguy/hmacaroons) | ||
2 | |||
3 | ## 0.1.0 -- (Current development version) | ||
4 | |||
5 | * Macaroon creation | ||
6 | * Base64 serialization | ||
7 | * First party caveats | ||