Skip to content

Commit 2bf66f0

Browse files
committed
update broken changelog entries
1 parent ff1ac1d commit 2bf66f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ChangeLog

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
Ensure that for(in), Object.keys and Object.getOwnPropertyNames return array indices as strings (not numbers)
2121
Fix memory leak when an error happens while parsing function arguments - eg `print(1,2,3,JSON.parse("!%^$^"),123)`
2222
Bangle.js2: Added Bangle.setOptions({hrmSportMode})
23+
ESP32: Fix reset() causing meditation error (ref #1777)
24+
ESP32: Ensure XON/XOFF flow control is enabled
25+
ESP32: Advertising name is now 'Espruino abcd'
26+
ESP32: BLUETOOTH UART IS ENABLED BY DEFAULT - disable with `NRF.setServices({},{uart:false})`
2327

2428
2v17 : Bangle.js: When reading file info from a filename table, do it in blocks of 8 (20% faster file search)
2529
Bangle.js2: Increase flash buffer size from 16->32 bytes (5% performance increase)
@@ -154,10 +158,6 @@
154158
Correctly handle parsing of template literals inside template literals
155159
Don't store command history if echo=off (eg for Web IDE/App Loader uploads)
156160
E.defrag now kicks the watchdog (on Bangle.js 2 it can take long enough that the watchdog fires)
157-
ESP32: Fix reset() causing meditation error (ref #1777)
158-
ESP32: Ensure XON/XOFF flow control is enabled
159-
ESP32: Advertising name is now 'Espruino abcd'
160-
ESP32: BLUETOOTH UART IS ENABLED BY DEFAULT - disable with `NRF.setServices({},{uart:false})`
161161

162162
2v14 : Bangle.js2: Fix issue with E.showMenu creating a global `s` variable
163163
Bangle.js2: Recheck string wrapping after font change inside E.showMenu

0 commit comments

Comments
 (0)