2016-03-23 12:04:41 +02:00
# Changelog
2016-03-11 11:20:11 +02:00
## [Unreleased]
2016-03-23 12:07:50 +02:00
### Added
- New class `RRule\RSet` (recurrence set) that can combine multiple RRULE, EXRULE, RDATE and EXDATE. [#7 ](https://github.com/rlanvin/php-rrule/issues/7 )
- New interface `RRule\RRuleInterface` to unify `RRule` and `RSet`
- New methods: `isFinite()` , `isInfinite()`
### Fixed
2016-03-21 21:55:40 +02:00
- Fix bug preventing the iteration of multiple instances of RRule at the same time
2016-03-23 15:59:30 +02:00
- Fix various bugs causing corruption of the cache in some circumstances (related to DateTime object being mutable)
2016-03-21 21:55:40 +02:00
2016-03-11 11:20:11 +02:00
## [1.0.1] - 2016-03-11
### Fixed
2016-03-11 11:57:57 +02:00
- Ensure the results are returned in the same timezone as DTSTART. [#6 ](https://github.com/rlanvin/php-rrule/issues/6 )
- LogicException namespacing bug. [#3 ](https://github.com/rlanvin/php-rrule/issues/3 )
2016-03-11 11:20:11 +02:00
## 1.0.0 - 2016-03-02
### Added
- First release, everything before that was unversioned (`dev-master` was used).
[Unreleased]: https://github.com/rlanvin/php-rrule/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/rlanvin/php-rrule/compare/v1.0.0...v1.0.1