aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6f6b1ec74470..8cd1f3bd2624 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,14 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20200531:
+AUTHOR: kde@FreeBSD.org
+
+ pyqt.mk gained support for test-only dependencies. If a component, say
+ py-qt5-gui is only required for testing, you can add
+
+ USE_PYQT=<other_deps> gui_test
+
20200514:
AUTHOR: mat@FreeBSD.org