aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorSudar Muthu <sudar@sudarmuthu.com>2017-09-10 18:48:55 -0400
committerGitHub <noreply@github.com>2017-09-10 18:48:55 -0400
commit9708e8265d02ec4bc89533a06ec74c0aedec03c3 (patch)
treed99eda518372233bf203bab4d210bc22a69c7986 /HISTORY.md
parent360db6f27c03781554171daae734aabde05ee3b7 (diff)
parent770d3a7080c1216a46a1d0c334692ee31dd7de0f (diff)
Merge pull request #525 from tuna-f1sh/master
Update Windows documentation to allow non-relative paths
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 ad5972f..6fa2606 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: Quote the prefix tag in the space_pad_to function
- Tweak: Set ARDMK_VERSION to 1.6 (https://github.com/sej7278)
- Tweak: Move non-standard-related items from CxxFLAGS_STD to CxxFLAGS (issue #523) (https://github.com/sej7278)
+- Tweak: Update Windows usage documentation and allow non-relative paths (issue #519) (https://github.com/tuna-f1sh)
+- Tweak: Support Cygwin Unix Python and Windows installation on Windows to pass correct port binding. (https://github.com/tuna-f1sh)
- New: Added -fdiagnostics-color to *STD flags (https://github.com/sej7278)
- New: Add generation of tags file using ctags, which automatically includes project libs and Arduino core. (https://github.com/tuna-f1sh)