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 5fc6899dc2
commit ac6d474103
4 changed files with 6 additions and 5 deletions

View File

@ -33,6 +33,10 @@ HOW TO UPDATE?
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]