Removed io.DisplayVisibleMin/DisplayVisibleMax (which were marked obsolete and removed from viewport/docking branch already).

This commit is contained in:
omar
2019-02-01 16:37:07 +01:00
parent 03b0266b59
commit e215809c4d
3 changed files with 7 additions and 2 deletions

View File

@ -97,6 +97,10 @@ Other changes:
VERSION 1.68 (In progress)
-----------------------------------------------------------------------
Breaking Changes:
- Removed io.DisplayVisibleMin/DisplayVisibleMax (which were marked obsolete and removed from viewport/docking branch already).
Other Changes:
- Added .editorconfig file for text editors to standardize using spaces. (#2038) [@kudaba]
- InputText: Fixed a bug where ESCAPE would not restore the initial value in all situations. (#2321) [@relick]