Skip to content

Commit 9504fa9

Browse files
committed
Updated CHANGELOG for 1.2.0 release
1 parent dda25ed commit 9504fa9

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,26 @@
11
# Change Log
22

3-
## [Unreleased]
3+
## [1.2.0] - 2017-01-22
44
### Added
5+
- Added IDE, CodeSniffer, and StyleCI.IO support
6+
57
### Changed
8+
- Switched to PSR-4 Autoloading
9+
610
### Fixed
11+
- 0 step expressions are handled better
12+
- Fixed `DayOfMonth` validation to be more strict
13+
- Typos
714

8-
## [1.1.0] - 2015-01-26
15+
## [1.1.0] - 2016-01-26
916
### Added
1017
- Support for non-hourly offset timezones
1118
- Checks for valid expressions
19+
1220
### Changed
1321
- Max Iterations no longer hardcoded for `getRunDate()`
1422
- Supports DateTimeImmutable for newer PHP verions
23+
1524
### Fixed
1625
- Fixed looping bug for PHP 7 when determining the last specified weekday of a month
1726

@@ -24,4 +33,4 @@
2433

2534
### Fixed
2635
- Fixes issue [#28](https://github.com/mtdowling/cron-expression/issues/28) where PHP increments of ranges were failing due to PHP casting hyphens to 0
27-
- Only set default timezone if the given $currentTime is not a DateTime instance ([#34](https://github.com/mtdowling/cron-expression/issues/34))
36+
- Only set default timezone if the given $currentTime is not a DateTime instance ([#34](https://github.com/mtdowling/cron-expression/issues/34))

0 commit comments

Comments
 (0)