Skip to content

Commit 24b6779

Browse files
committed
[ci skip] Update UPGRADING wrt. tidyp support
This is especially noteworthy since `tidy_get_relase()` returns 'unknown' when built against libtidyp, which might break some code which relies on `tidy_get_release()` to return a date formatted as `yyyy/mm/dd`.
1 parent e6c2ab5 commit 24b6779

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

UPGRADING

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,11 @@ PCRE:
477477
(`(object) array( ... )`), rather than using the nonexistent method
478478
stdClass::__setState().
479479

480+
Tidy:
481+
. Building against tidyp (<https://github.com/petdance/tidyp>) is now also
482+
supported transparently. Since tidyp offers no API to get the release date,
483+
tidy_get_release() and tidy::getRelease() return 'unknown' in this case.
484+
480485
Zip:
481486
. Building against the bundled libzip is discouraged, but still possible by
482487
adding `--without-libzip` to the configuration.

0 commit comments

Comments
 (0)