From e05b2e872c76f568ef559ff4d8d4d4897f0b6b8b Mon Sep 17 00:00:00 2001 From: Johann Tuffe Date: Sat, 14 Mar 2020 14:30:50 +0800 Subject: [PATCH] add changelog --- Changelog.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Changelog.md diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..3fd7f9d --- /dev/null +++ b/Changelog.md @@ -0,0 +1,13 @@ +> Legend: + - feat: A new feature + - fix: A bug fix + - docs: Documentation only changes + - style: White-space, formatting, missing semi-colons, etc + - refactor: A code change that neither fixes a bug nor adds a feature + - perf: A code change that improves performance + - test: Adding missing tests + - chore: Changes to the build process or auxiliary tools/libraries/documentation + +## 0.1.1 +- feat: add ways to get the underlying data +