Skip to content

Commit 33fe88f

Browse files
committed
Release 1.2.0
1 parent 852f543 commit 33fe88f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
## [Unreleased]
44

5+
## [1.2.0] - 2016-04-09
6+
57
### Added
68

79
- Support for fallback locale when using `RRule::humanReadable()` [#11](https://github.com/rlanvin/php-rrule/pull/11)
810
- Dutch translation (NL) [#9](https://github.com/rlanvin/php-rrule/pull/9)
911

1012
### Fixed
1113

12-
- Fixed fatal error Locale class not found when intl extension is not loaded [#11](https://github.com/rlanvin/php-rrule/pull/11)
14+
- Fixed fatal error Locale class not found when intl extension is not loaded [#10](https://github.com/rlanvin/php-rrule/issues/10)
1315

1416
## [1.1.0] - 2016-03-30
1517

@@ -43,6 +45,7 @@
4345

4446
- First release, everything before that was unversioned (`dev-master` was used).
4547

46-
[Unreleased]: https://github.com/rlanvin/php-rrule/compare/v1.1.0...HEAD
48+
[Unreleased]: https://github.com/rlanvin/php-rrule/compare/v1.2.0...HEAD
49+
[1.2.0]: https://github.com/rlanvin/php-rrule/compare/v1.1.0...v1.2.0
4750
[1.1.0]: https://github.com/rlanvin/php-rrule/compare/v1.0.1...v1.1.0
4851
[1.0.1]: https://github.com/rlanvin/php-rrule/compare/v1.0.0...v1.0.1

0 commit comments

Comments
 (0)