diff options
author | stuebinm | 2024-07-26 00:48:22 +0200 |
---|---|---|
committer | stuebinm | 2024-07-26 00:48:22 +0200 |
commit | cdcf88307a87f1b0231990c4cbe5c8f81e547a98 (patch) | |
tree | d37f71a912704286e2816872d07e1bb07fbb9e78 | |
parent | ce3b8ccb04f8f91e3dd1f643375b9ef64fbd61f8 (diff) |
initial changelong
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ea3b9d1..f14de37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for conftrack -## 0.0.1 -- YYYY-mm-dd +## 0.0.1 -- 2024-07-26 * First version. Released on an unsuspecting world. +* Basic functionality: main typeclass & abstractions +* Three source types: environment variables, aeson, and yaml +* Additionally, a trivial source easily usable for round-trip testing +* Some convenience functions also serving as examples |