From 91f82e101e1d10d07bc56240e692a7dfa6412cb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Novotn=C3=BD?= Date: Thu, 24 Aug 2023 21:03:07 +0200 Subject: [PATCH] Update `CHANGES.md` --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index a8564762b..1b8420b09 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -24,6 +24,11 @@ Unit Tests: - Use self-hosted GitHub runners for tests to improve speed. (#326, #330, #331, a9948a86, 68b6216b, contributed by @TeXhackse) +Continuous Integration: + +- In draft pull requests, do not build documentation or examples + and do not run pkgcheck. (#337, #338) + ## 3.0.0-alpha.2 (2023-08-01) Development: