Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit 0567fad

Browse files
author
Lucas Soriano
authored
Update CHANGELOG.md
1 parent f2dbe6c commit 0567fad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
### Added
10+
- Added persistent storage to cnd, now we save swaps to an Sqlite database when they are requested and accepted.
11+
912
## [0.4.0] - 2019-11-26
1013

1114
### Changed
@@ -21,7 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2124
- Support Ethereum `chain_id` in the Swap Request (HTTP API).
2225
- Ability to set CORS allowed origins through the configuration file.
2326
- Added command line option `--dump-config` to print the running configuration to stdout.
24-
- Added persistent storage to cnd, now we save swaps to an Sqlite database when they are requested and accepted.
2527

2628
### Fixed
2729
- Error responses now properly identify themselves as `application/problem+json`. They have been conforming to this format for a while already, we just never set the `Content-Type` header properly. From now on, applications can fully rely on the error format!

0 commit comments

Comments
 (0)