You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: payjoin/CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# Payjoin Changelog
2
2
3
+
## 0.23.0
4
+
5
+
- Make features additive [#430](https://github.com/payjoin/rust-payjoin/pull/430)[#466](https://github.com/payjoin/rust-payjoin/pull/466)[#501](https://github.com/payjoin/rust-payjoin/pull/501)[#518](https://github.com/payjoin/rust-payjoin/pull/518)
6
+
- Make receiver errors replyable to the sender [#474](https://github.com/payjoin/rust-payjoin/pull/474)[#506](https://github.com/payjoin/rust-payjoin/pull/506)[#526](https://github.com/payjoin/rust-payjoin/pull/526)[#606](https://github.com/payjoin/rust-payjoin/pull/606)
7
+
- Separate error modules [#482](https://github.com/payjoin/rust-payjoin/pull/482)
- Fallback to first candidate if avoid_uih fails [#533](https://github.com/payjoin/rust-payjoin/pull/533)
12
+
- Use IntoUrl trait instead of Url in function signatures [#520](https://github.com/payjoin/rust-payjoin/pull/520)
13
+
- Don't accept invalid certs even in tests [#550](https://github.com/payjoin/rust-payjoin/pull/550)
14
+
- Introduce experimental multiparty sender behind the "_multiparty" feature flag [#434](https://github.com/payjoin/rust-payjoin/pull/434)
15
+
- Add support for RFC 9540 [#549](https://github.com/payjoin/rust-payjoin/pull/549)[#570](https://github.com/payjoin/rust-payjoin/pull/570)[#587](https://github.com/payjoin/rust-payjoin/pull/587)
16
+
- Fix the `pjos` BIP21 parameter to match the BIP78 spec [#546](https://github.com/payjoin/rust-payjoin/pull/546)
0 commit comments