diff --git a/MiniZincIDE/CHANGES b/MiniZincIDE/CHANGES index 45e7a73..d6bc731 100644 --- a/MiniZincIDE/CHANGES +++ b/MiniZincIDE/CHANGES @@ -1,3 +1,17 @@ +2016-07-31 + v2.0.14 + - Implement new Coursera submission system. + - Reload list of data files after removing a file through the project view, + and use persistent indices to fix file removal. Fixes #11. + - Fix renaming of files through the project explorer. Renaming should now + work using the usual platform editing key, and using the context menu + option. Fixes #12. + - Don't add empty file name to list of data files when user cancels file + dialog. Fixes #13. + - Add same leading white space as on current line when pressing return + (maintain indenting). + - Add support for new Qt WebEngine framework (since Qt WebKit is not available + in Qt 5.6). 2016-03-26 v2.0.13 - Flush output more consistently when process finished, hopefully