summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index cc7df55b..fa1e5905 100644
--- a/Changelog
+++ b/Changelog
@@ -1,5 +1,8 @@
Changelog for LedgerSMB 1.2.0
+* Audited OE.pm and AM.pm for SQL injection problems. (Chris Travers)
+* Forced edited files to have whitelisted extensions and no .. strings (Chris T)
+* Added $form->callproc($procname, @args) returns @hashrefs (Chris Travers)
* Corrected rounding errors (Seneca)
* Audited Form.pm for SQL-injection problems and move to new API (Chris Travers)
* Code cleanup and template correction (Chris Murtagh)