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: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
7
7
## [Unreleased]
8
8
* Enhanced method binding for FDC3 API objects to support destructuring. All public methods of `Channel`, `PrivateChannel`, and `IntentResolution` objects are now properly bound to their instances using `.bind(this)` in their constructors. ([#1645](https://github.com/finos/FDC3/issues/1645))
9
9
10
+
* Increased FDC3 Conformance Test WindowCloseWaitTime to 2000 (from 1000)
11
+
10
12
### Added
11
13
* Add a notes field to Trade type ([#1563](https://github.com/finos/FDC3/pull/1563))
12
14
* Add a notes field to Order and Product types ([#1597](https://github.com/finos/FDC3/pull/1597))
0 commit comments