summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2014-08-26 16:33:34 +0200
committerFabio Bas <ctrlaltca@gmail.com>2014-08-26 16:33:34 +0200
commitadae59602e65e6c088086a87d8399ea42fb939e7 (patch)
tree9127941ac000bc658808a6d7054193246e081321
parentb199089ef5348d69c86c6545380c896a02893056 (diff)
hopefully, latest changes
-rw-r--r--HISTORY2
-rw-r--r--UPGRADE2
2 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 9d236ea5..4ba7d972 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,4 +1,4 @@
-Version 3.2.4 Aug XX, 2014
+Version 3.2.4 Aug 26, 2014
BUG: Issue #492 - Prado generates json_error when encoding an exception with non UTF-8 data (david0)
ENH: Issue #494 - Adding toArray() and toJSON() to TActiveRecord (dmarko484)
diff --git a/UPGRADE b/UPGRADE
index 2c4aae4a..541c9cfb 100644
--- a/UPGRADE
+++ b/UPGRADE
@@ -12,6 +12,8 @@ for both A and B.
Upgrading from v3.2.3
---------------------
+- TMarkdown is using Parsedown instead of Markdown, adding GitHub Flavored Markdown support.
+
Upgrading from v3.2.1
---------------------
- TEmailAddressValidator's CheckMXRecord property now defaults to false.