[Pkg-owncloud-commits] [php-sabre-vobject] 334/341: Updated changelog
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 13:36:02 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabre-vobject.
commit 539c3559b7306d35b61393e96be0094773e4cfaf
Author: Evert Pot <me at evertpot.com>
Date: Fri Jul 17 17:52:53 2015 -0400
Updated changelog
---
CHANGELOG.md | 15 ++++++++++-----
lib/FreeBusyData.php | 2 --
2 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f30fdc3..1d4a69f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,15 +6,18 @@ ChangeLog
* sabre/vobject now requires PHP 5.5.
* #244: PHP7 support.
-* #160: Support for xCal! (@Hywan)
-* #192: Support for xCard! (@Hywan)
+* Lots of speedups and reduced memory usage!
+* #160: Support for xCal a.k.a. RFC6321! (@Hywan)
+* #192: Support for xCard a.k.a. RFC6351! (@Hywan)
+* #139: We now accept `DateTimeInterface` wherever it accepted `DateTime`
+ before in arguments. This means that either `DateTime` or
+ `DateTimeImmutable` may be used everywhere.
+* #242: Full support for the `VAVAILABILITY` component, and calculating
+ `VFREEBUSY` based on `VAVAILABILITY` data.
* #186: Fixing conversion of `UTC-OFFSET` properties when going back and
forward between jCal and iCalendar.
* Properties, Components and Parameters now implement PHP's `JsonSerializable`
interface.
-* #139: We now accept `DateTimeInterface` wherever it accepted `DateTime`
- before in arguments. This means that either `DateTime` or
- `DateTimeImmutable` may be used everywhere.
* #139: We now _always_ return `DateTimeImmutable` from any method. This could
potentially have big implications if you manipulate Date objects anywhere.
* #161: Simplified `ElementList` by extending `ArrayIterator`.
@@ -29,6 +32,8 @@ ChangeLog
* #197: The `$children` property on components has been changed from `public`
to `protected`. Use the `children()` method instead to get a flat list of
objects.
+* #244: The `Float` and `Integer` classes have been renamed to `FloatValue`
+ and `IntegerValue` to allow PHP 7 compatibility.
3.4.5 (2015-06-02)
diff --git a/lib/FreeBusyData.php b/lib/FreeBusyData.php
index 83cc84c..487a0b3 100644
--- a/lib/FreeBusyData.php
+++ b/lib/FreeBusyData.php
@@ -133,8 +133,6 @@ class FreeBusyData {
'type' => $preceedingItem['type']
];
}
- } else {
-
}
array_splice(
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git
More information about the Pkg-owncloud-commits
mailing list