1
0
mirror of https://github.com/rlanvin/php-rrule.git synced 2025-02-20 09:54:16 +01:00

Updated changelog

This commit is contained in:
rlanvin 2016-08-31 15:35:15 +03:00
parent 30a3dad32a
commit cd3e8db2ac

View File

@ -2,6 +2,14 @@
## [Unreleased]
### Added
- Add `getRule()` method to return original rule array [#17](https://github.com/rlanvin/php-rrule/pull/17)
### Fixed
- Fix a bug in `rfcString` when using a frequency constant (instead of a string) to create the rule [#16](https://github.com/rlanvin/php-rrule/pull/16)
## [1.3.1] - 2016-08-09
### Added