aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSimon John <git@the-jedi.co.uk>2014-08-08 10:15:08 +0200
committerSimon John <git@the-jedi.co.uk>2014-08-08 10:15:08 +0200
commit331aea254e2bf7da0dd156cc18ab42c559089d3c (patch)
tree6c53fbae47e31e7551e157861e47ba11442d1a9f /HISTORY.md
parentb24a2a7394c972fb5eb0c83bd6914f9ec160d8e5 (diff)
Add some documentation regarding overloading system libs and reporting bugs
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 c59684f..113effa 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -9,6 +9,8 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- Fix: Change "tinyladi" username to "ladislas" in HISTORY.md. (https://github.com/ladislas)
- Add: Add information about `Bare-Arduino–Project` in README. (https://github.com/ladislas)
- Fix: Make avr-g++ use CXXFLAGS instead of CFLAGS. (https://github.com/sej7278)
+- Add: Add information about overriding system libs (Issue #229). (https://github.com/sej7278)
+- Add: Add information about reporting bugs to the correct project (Issue #231). (https://github.com/sej7278)
### 1.3.4 (2014-07-12)
- Tweak: Allow spaces in "Serial.begin (....)". (Issue #190) (https://github.com/pdav)