diff --git a/docs/portability.mdx b/docs/portability.mdx index 4f7ed8d..4255ce2 100644 --- a/docs/portability.mdx +++ b/docs/portability.mdx @@ -14,6 +14,7 @@ Saucer tries its best to make all backends behave the same, however, there are c * Usage of JS `fetch` with custom schemes (and embedded files for that matter) is only possible since Qt 6.6 * `saucer::scheme::::response::headers` are only respected from Qt 6.7 onwards * `saucer::scheme::request::content()` is only available from Qt 6.7 onwards + * `saucer::navigation` is only available from Qt 6.2 onwards * Force-Dark is only available from Qt 6.7 onwards