From fcf2069422fe8454a26192ae85d089578d8a978a Mon Sep 17 00:00:00 2001 From: Jiayin Pei Date: Thu, 30 Jun 2022 09:13:34 +0000 Subject: [PATCH] Release 2.59.3 (#8073) * Release 2.59.3 * Add Newtonsoft.Json upgrade --- RELEASENOTE.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/RELEASENOTE.md b/RELEASENOTE.md index 6f15b9290fc..05eb8471537 100644 --- a/RELEASENOTE.md +++ b/RELEASENOTE.md @@ -1,8 +1,12 @@ -Version Notes (Current Version: v2.60) +Version Notes (Current Version: v2.59.3) ======================================= -v2.60(Pre-release) +v2.59.3 ----------- +1. Document update. Thanks @jmswisher, @sdgilley, @sethreidnz +2. Use PdfConvertParallelism to control number of WkHtmlToPdf processes. Thanks @AustinWise! +3. Fix tag typo in default template. Thanks @DiCaver! +4. Upgrade Newtonsoft.Json to 13.0.1. v2.59.2 -----------