From 24b677925434f4c2f3065646d1aff3f2eeaf2e13 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Wed, 17 Oct 2018 23:41:37 +0200 Subject: [PATCH] [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`. --- UPGRADING | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/UPGRADING b/UPGRADING index a43857ea987..cbc231a5897 100644 --- a/UPGRADING +++ b/UPGRADING @@ -477,6 +477,11 @@ PCRE: (`(object) array( ... )`), rather than using the nonexistent method stdClass::__setState(). + Tidy: + . Building against tidyp () is now also + supported transparently. Since tidyp offers no API to get the release date, + tidy_get_release() and tidy::getRelease() return 'unknown' in this case. + Zip: . Building against the bundled libzip is discouraged, but still possible by adding `--without-libzip` to the configuration.