diff --git a/user_docs/en/changes.t2t b/user_docs/en/changes.t2t index b4d05beb68c..f8c83b1aa8c 100644 --- a/user_docs/en/changes.t2t +++ b/user_docs/en/changes.t2t @@ -10,6 +10,7 @@ What's New in NVDA == Changes for Developers == +- Updated Python to 3.7.4. (#7105) - Updated pySerial to version 3.4. - the validate module is now only available from configobj. Code should now do from configobj import validate rather than import validate. - textInfos.Point and textInfos.Rect are removed and replaced by locationHelper.Point and locationHelper.RectLTRB, respectively.