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

Update changelog for release 1.4.1

This commit is contained in:
rlanvin 2017-02-03 00:43:28 +02:00
parent 0714c4b97d
commit 8849ba38d5

View File

@ -2,6 +2,8 @@
## [Unreleased]
## [1.4.1] - 2017-02-02
### Fixed
- `RRule::offsetGet` and `RSet::offsetGet` throw `InvalidArgumentException` for illegal offset types [#22](https://github.com/rlanvin/php-rrule/issues/22)
@ -89,7 +91,8 @@
- First release, everything before that was unversioned (`dev-master` was used).
[Unreleased]: https://github.com/rlanvin/php-rrule/compare/v1.4.0...HEAD
[Unreleased]: https://github.com/rlanvin/php-rrule/compare/v1.4.1...HEAD
[1.4.1]: https://github.com/rlanvin/php-rrule/compare/v1.4.0...v1.4.1
[1.4.0]: https://github.com/rlanvin/php-rrule/compare/v1.3.1...v1.4.0
[1.3.1]: https://github.com/rlanvin/php-rrule/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/rlanvin/php-rrule/compare/v1.2.0...v1.3.0