Skip to content

Commit

Permalink
Fixed changelog markup
Browse files Browse the repository at this point in the history
  • Loading branch information
shyiko committed Jul 11, 2017
1 parent 1d0171f commit c843c1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [0.3.0] - 2017-07-10

## Added
### Added
- `1 hours` = `hour`, `1 minutes` = `minute` aliases
(in other words, `every minute ...` can be used instead of `every 1 minutes ...`).
- A shorthand for day/month intervals (e.g. `every mon-fri 09:00`, `1-7 of jun-aug 00:00`).

## [0.2.0] - 2017-07-10

## Changed
### Changed
- [Schedule](src/main/java/com/github/shyiko/skedule/Schedule.java) interface to support nextOrSame iteration.

## 0.1.0 - 2017-07-09
Expand Down

0 comments on commit c843c1a

Please sign in to comment.