docs/changelog

branch
maintenance
changeset 7345
bc0ee7fadd03
parent 7322
cd8ee889589f
parent 7335
07ed3d73bf58
child 7362
028bf21bb5a2
diff -r 83df7d69e61b -r bc0ee7fadd03 docs/changelog
--- a/docs/changelog	Fri Nov 01 16:11:55 2019 +0100
+++ b/docs/changelog	Sun Dec 01 16:38:47 2019 +0100
@@ -1,5 +1,18 @@
 Change Log
 ----------
+Version 19.12:
+- bug fixes
+- MicroPython
+  -- added a menu entry to show the local and device time side-by-side
+  -- added a PyBoard menu entry to flash a new firmware
+  -- added a menu entry to open the firmware download page of a device
+- Syntax Checker
+  -- added a syntax checker for JSON files
+  -- added a syntax checker for YAML files
+- install script
+  -- added the "--yes" flag to allow installation of all missing prerequisites
+     with pip without asking
+
 Version 19.11:
 - bug fixes
 - Editor
@@ -7,9 +20,9 @@
   -- added a context menu to select spell check language
   -- made the preview refresh timeout configurable
      (see Editor -> File Handling config page)
-- Error Message Dialog:
-  - added a configurable minimum severity for messages being shown in a dialog
-    (see Application config page)
+- Error Message Dialog
+  -- added a configurable minimum severity for messages being shown in a dialog
+     (see Application config page)
 - MicroPython
   -- added support for PyBoard
 - Previewers

eric ide

mercurial