summaryrefslogtreecommitdiff
path: root/UPGRADE
diff options
context:
space:
mode:
Diffstat (limited to 'UPGRADE')
-rw-r--r--UPGRADE7
1 files changed, 6 insertions, 1 deletions
diff --git a/UPGRADE b/UPGRADE
index bb37a77f..6c8e72c9 100644
--- a/UPGRADE
+++ b/UPGRADE
@@ -1,5 +1,5 @@
- Upgrading Instructions for PRADO Framework v3.1.0
+ Upgrading Instructions for PRADO Framework v3.1.1
=================================================
!!!IMPORTANT!!!
@@ -9,6 +9,11 @@ if you want to upgrade from version A to version C and there is
version B between A and C, you need to following the instructions
for both A and B.
+Upgrading from v3.1.0
+---------------------
+- IFeedContentProvider adds a new method getContentType(). This affects any
+ class implementing this interface.
+
Upgrading from v3.1b
--------------------
- Comment tag <!-- ... ---> (introduced in v3.1a) is changed to <!--- ... --->