[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] branch master updated: new changelog
From: |
gnunet |
Subject: |
[taler-wallet-core] branch master updated: new changelog |
Date: |
Tue, 17 Nov 2020 18:01:25 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository wallet-core.
The following commit(s) were added to refs/heads/master by this push:
new 660ddcf8 new changelog
660ddcf8 is described below
commit 660ddcf885425cabc20fce2139c52c9ae74be9f1
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Nov 17 18:01:14 2020 +0100
new changelog
---
CHANGELOG.md | 30 ++++++++++++++++++++++++++++++
ChangeLog | 7 -------
2 files changed, 30 insertions(+), 7 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 00000000..21bc24a4
--- /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.
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index 97d11c70..00000000
--- a/ChangeLog
+++ /dev/null
@@ -1,7 +0,0 @@
-Tue Jun 6 14:19:18 CEST 2017
- Releasing taler-wallet-webex 0.3.0. -FD
-
-Wed Oct 18 14:50:28 CEST 2017
- Releasing taler-wallet-webex 0.4.0. This release
- adds refunds from merchants and allows customers to
- pay back coins into their own bank account.
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-wallet-core] branch master updated: new changelog,
gnunet <=