1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-17 11:54:33 +01:00

Fix typo in changelog

Correct clickable link for boards manager is `http://boardsmanager/category#filter`
This commit is contained in:
Martino Facchin 2016-05-25 09:28:41 +02:00
parent 3a604aefa8
commit f0e5c90d43

View File

@ -21,7 +21,7 @@ ARDUINO 1.6.9 - 2016.05.10
* Rework serial port discovery to be faster, less cpu intensive and FTDI friendly
* Avoid launching multiple concurrent compile and upload operation
* Use hi-res icons for Serial monitor and plotter
* Make http://librarymanager and http://boardmanager links clickable from the editor window
* Make http://librarymanager and http://boardsmanager links clickable from the editor window
* Cut/Copy actions are disable when there is no text selected. Thanks @avargas-nearsoft
* Added more OSX native (emacs-like) keybindings. Thanks @nopdotcom
* Fixed Ctrl+Del: now deletes the word behind the cursor instead of the entire line. Thanks @avargas-nearsoft