From 309ddbd7c72edf5d67e3dbc8215e6f9cd547fff8 Mon Sep 17 00:00:00 2001 From: Federico Fissore Date: Thu, 21 May 2015 13:41:29 +0200 Subject: [PATCH] Update revisions.txt --- build/shared/revisions.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 93167868b..b542f548e 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -9,6 +9,7 @@ ARDUINO 1.6.5 * Rewritten code of Preferences window: its content is now correctly drawn on every OS * Fixed a bug that made the IDE notify users of invalid libraries too many times. Thanks @Chris--A * Removed JNA. Less native stuff and less chances of incurring into an UnsatisfiedLinkError +* Many new and old issues closed. Thanks to many, and @Chris--A in particular [libraries] * LiquidCrystal fixes. Thanks @newbie15