1
0
mirror of https://github.com/rlanvin/php-rrule.git synced 2025-02-17 06:54:15 +01:00

Release 1.6

This commit is contained in:
rlanvin 2017-10-11 13:23:40 +01:00
parent 8049f629f4
commit c543bda87d

View File

@ -2,7 +2,12 @@
## [Unreleased]
## [1.6.0] - 2017-10-11
### Added
- German translation [#38](https://github.com/rlanvin/php-rrule/pull/38)
- Add `include_until` option to `humanReadable` to omit the "until" part of the rule [#36](https://github.com/rlanvin/php-rrule/pull/36)
## [1.5.1] - 2017-05-15
### Fixed
@ -10,7 +15,6 @@
- Throw exception when passing a float instead of an int (e.g. INTERVAL=1.5) instead of casting silently
- Variable name typo [#34](https://github.com/rlanvin/php-rrule/issues/34)
## [1.5.0] - 2017-05-07
### Added
@ -124,7 +128,8 @@
- First release, everything before that was unversioned (`dev-master` was used).
[Unreleased]: https://github.com/rlanvin/php-rrule/compare/v1.5.1...HEAD
[Unreleased]: https://github.com/rlanvin/php-rrule/compare/v1.6.0...HEAD
[1.6.0]: https://github.com/rlanvin/php-rrule/compare/v1.5.1...v1.6.0
[1.5.1]: https://github.com/rlanvin/php-rrule/compare/v1.5.0...v1.5.1
[1.5.0]: https://github.com/rlanvin/php-rrule/compare/v1.4.2...v1.5.0
[1.4.2]: https://github.com/rlanvin/php-rrule/compare/v1.4.1...v1.4.2