aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2014-10-14 08:44:24 +0530
committerSudar <sudar@sudarmuthu.com>2014-10-14 08:44:24 +0530
commit8d443f62c88e4f211dbfeab33df876887fa0f53b (patch)
tree59c9b320b34e80e2f92d55f10ff073ffe9fb0e29 /HISTORY.md
parent38f8ba80683821e90d5b51c8e584bcdbccb10aa7 (diff)
parent922a8d59bd96e2d5163d9b20b8c1d6638d3ee55c (diff)
Merge pull request #277 from lukasz-e/arduino-1.5.x-libs
Arduino 1.5.x libs - handle new library layout (issue #275) and hardware/vendor specific libs (issue #276)
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index 9b2d3c5..402fd35 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -5,6 +5,8 @@ The following is the rough list of changes that went into different versions.
I tried to give credit whenever possible. If I have missed anyone, kindly add it to the list.
### In development
+- New: Add support for new 1.5.x library layout (Issue #275) (https://github.com/lukasz-e)
+- New: Add support for 1.5.x vendor/hardware architecture library location (Issue #276) (https://github.com/lukasz-e)
- New: Added test suite and integration with travis CI. (https://github.com/peplin)
- New: Add information about `Bare-Arduino–Project` in README. (https://github.com/ladislas)
- New: Add information about reporting bugs to the correct project (Issue #231). (https://github.com/sej7278)