aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJohn Whittington <john.whittington@cruxproductdesign.com>2017-09-05 17:39:42 +0100
committerJohn Whittington <john.whittington@cruxproductdesign.com>2017-09-05 17:39:42 +0100
commite413feedbb81df8c23e5a77bb11e827e28ff510c (patch)
tree52491dac852c579521fc32bda89b20d30ebd0d09 /HISTORY.md
parent11e2059009f7f3dfa7f1b2b6a8743c17f148691d (diff)
Update HISTORY.md
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)