From cafe43d20f845657f44e3140eeb2d95b8b4aca82 Mon Sep 17 00:00:00 2001 From: Keisuke Miyako Date: Wed, 12 Feb 2020 10:14:39 +0900 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f3e0164..f8b3125 100755 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Basic PDF manipulation using [PDFKit](https://developer.apple.com/documentation/ +**Note**: the Core Graphics patches (``PDF_GET_PAGE`` ``PDF_SET_PAGE_ROTATION``) are still preserved, but the El Capitan PDF Kit patches (``PDF_EXCHANGE_PAGES`` ``PDF_REMOVE_PAGE`` ``PDF_INSERT_PAGES``) are now removed. this may introduce a regression. also, the ``PDFDocument`` and ``PDFPage`` release code (El Capitan PDF Kit patch) is kept, which may result in memory leak. all depends on how PDF Kit has been fixed (or not) with the latest macOS release. **use with caution**. + Examples ---