diff --git a/docs/migrations/9-10.md b/docs/migrations/9-10.md index 114efc0b6..696444fff 100644 --- a/docs/migrations/9-10.md +++ b/docs/migrations/9-10.md @@ -31,6 +31,8 @@ Alpine linux is currently [not supported](https://github.com/pact-foundation/pac * There is currently no support for specifying custom tls certificates in consumer Pact tests * `Publisher` has been removed in favour of encouraging usage of the [CLI]. If you require a JS API to do this, the `publishPacts` operation still exists in https://github.com/pact-foundation/pact-js-core/#pact-broker-publishing. * `PactWeb` has been removed entirely and is [no longer supported](https://github.com/pact-foundation/pact-js/issues/626). +* The ability to log to file (via `log`) is not currently supported. +* Multiple requests per test are not currently supported (see https://github.com/pact-foundation/pact-js/issues/1078) ### Provider