ApiException will now string all of its exceptions together to form the message
[isso.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index de494b6595fa41d18b00275257238018910cd5a9..7493747d18d3d5db7cf0e8990a8d4df71c5ae065 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -12,3 +12,4 @@
 - New: In the BSTemplate::$preParseHook method, the second parameter will be the BSTemplate object itself
 - New: Add BSTemplate::$globalVars to be substituted into every template
 - Change: BSTemplate will better detect parse errors in nested templates in BSTemplate::evaluate()
+- Change: ApiException will now report all of its messages in ::getMessage()