From 6127ff5c4ab1544f08422737ec36c39e138481f9 Mon Sep 17 00:00:00 2001 From: rdb Date: Sun, 18 Aug 2019 13:32:41 +0200 Subject: [PATCH] doc: add some additional notes for 1.10.4 [skip ci] --- doc/ReleaseNotes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/ReleaseNotes b/doc/ReleaseNotes index 0d35d5a6ac..71ba7e3f6b 100644 --- a/doc/ReleaseNotes +++ b/doc/ReleaseNotes @@ -6,8 +6,10 @@ fixes various other bugs, and introduces a few minor features. * Fix exception trying to create DirectScrolledList * Fix flickering in DirectScrolledFrame and other scissor issues (#681) * Experimental support for Python 3.8 +* Support adding icons to deployed applications * Support non-affine (eg. projective) transforms in calc_tight_bounds * Allow setting notify-output after initial import +* Fix macOS issue locating Panda3D using Python 2.7.13+ from python.org * Support for Maya 2019 * On Windows, pip is now installed by the installer (#690) * Fix Actor.makeSubpart on models with pre-bound animations (#647) @@ -31,6 +33,7 @@ fixes various other bugs, and introduces a few minor features. * Support setting DirectEntryScroll entry after initialization (#702) * Fix some missing imports in directtools (#698) * Fix undefined behavior issue when using musl-libc +* Update Eigen in Windows thirdparty packages to 3.3.7 * Update metadata of pip wheels ------------------------ RELEASE 1.10.3 -----------------------