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

Adding a changelog file

This commit is contained in:
rlanvin 2016-03-11 11:20:11 +02:00
parent 2e94688553
commit 7b0df39bbe

19
CHANGELOG.md Executable file
View File

@ -0,0 +1,19 @@
# Change Log
## [Unreleased]
## [1.0.1] - 2016-03-11
### Fixed
- Ensure the results are returned in the same timezone as DTSTART (#6)
- LogicException namespacing bug (#3)
## 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