summaryrefslogtreecommitdiff
path: root/vendor/eluceo/ical/UPGRADE.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/eluceo/ical/UPGRADE.md')
-rw-r--r--vendor/eluceo/ical/UPGRADE.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/eluceo/ical/UPGRADE.md b/vendor/eluceo/ical/UPGRADE.md
new file mode 100644
index 00000000..951209dd
--- /dev/null
+++ b/vendor/eluceo/ical/UPGRADE.md
@@ -0,0 +1,9 @@
+# v0.8.0 -> v0.9.0
+
+- The signature of the ```Event::setOrganizer``` method was changed:
+Now there is is only one parameter that must be an instance of ```Property\Organizer```.
+
+# v0.7.0 -> v0.8.0
+
+- The signature of the ```Event::setOrganizer``` method was changed: Now there are
+two parameters name and email instead of an already formatted string.