aboutsummaryrefslogtreecommitdiff
path: root/HISTORY.md
diff options
context:
space:
mode:
authorJulien Ridoux <julien@synclab.org>2014-03-14 10:42:35 +1100
committerSudar <sudar@sudarmuthu.com>2014-03-20 11:17:14 -0700
commitffde764adaa56cf00296857c8fd4a821b6b2e506 (patch)
tree0913ea822e05d9ac92c91195073edd1c3bdeefae /HISTORY.md
parent64e90740424226418b2a16a4a241f64c05827664 (diff)
Add phony target to run pre-build hook script
Fix #176
Diffstat (limited to 'HISTORY.md')
-rw-r--r--HISTORY.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.md b/HISTORY.md
index a70ac82..a911d65 100644
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -14,6 +14,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
- Tweak: *Beautify* `arduino-mk-vars.md` with code blocks. (https://github.com/tinyladi)
- Fix: AVR tools paths for chipKIT in Linux. (https://github.com/peplin)
- Fix: Consider usb or usb:... to be a valid ISP_PORT (https://github.com/geoffholden)
+- Add: Add phony target to run pre-build hook script (https://github.com/jrid)
### 1.3.1 (2014-02-04)
- Fix: BUNDLED_AVR_TOOLS_DIR is now set properly when using only arduino-core and not the whole arduino package. (https://github.com/sej7278)