summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2020-11-17 18:01:14 +0100
committerFlorian Dold <florian@dold.me>2020-11-17 18:01:14 +0100
commit660ddcf885425cabc20fce2139c52c9ae74be9f1 (patch)
tree09c19b12c0638f5e9cd37f157fadde9e02ead1fe /CHANGELOG.md
parent3d5a766b5fc460644cb9b7b06d583edc9e4e13cc (diff)
downloadwallet-core-660ddcf885425cabc20fce2139c52c9ae74be9f1.tar.gz
wallet-core-660ddcf885425cabc20fce2139c52c9ae74be9f1.tar.bz2
wallet-core-660ddcf885425cabc20fce2139c52c9ae74be9f1.zip
new changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 000000000..21bc24a49
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,30 @@
+# Changelog
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
+## [Unreleased]
+
+### Changed
+
+* The repository is now structured as a collection of packages (= "monorepo") managed by pnpm.
+
+### Added
+
+* Added the taler-integrationtests package with a test harness and fault injection support,
+as well as many test cases that use this infrastructure.
+* The wallet core has a single documented JSON API that is used by all UIs / clients
+instead of multiple different APIs.
+* The wallet WebExtension can now run with significantly reduced permissions.
+
+### Deprecated
+
+* The "pending transactions" and "history" concepts and corresponding APIs have
+been deprecated and partially removed. They are replaced by the new "pending
+operations" concept / API.
+
+### Removed
+
+* The "return funds to bank account" feature has been temporarily removed,
+and will be added after a redesign that properly accounts for the requirements.