From 8323407242b66e0b295fe617f9f2fe26e662ab54 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 25 Jan 2015 14:51:07 -0500 Subject: [PATCH] TW-1504 - TW-1504 On-modify hook does not accept correct JSON format (thanks to Tomas Babej). --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index c9d35b473..827919e80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,8 @@ Bean). - TW-1501 Calc can't handle multi-digit numbers in some expressions (thanks to Jeremy John Reeder). +- TW-1504 On-modify hook does not accept correct JSON format (thanks to Tomas + Babej). - TW-1505 completely ignore mis-named hook scripts (thanks to Tomas Babej, David Patrick). - TW-1517 Hook performance should be measured individually for each hook (thanks