Add Changes.md

This commit is contained in:
Dzmitry Plashchynski
2015-03-03 23:14:30 +02:00
parent 279e3800c9
commit d5f690058c
2 changed files with 9 additions and 5 deletions

4
Changes.md Normal file
View File

@@ -0,0 +1,4 @@
0.5.0
-----------
- Initial release!

View File

@@ -58,7 +58,7 @@ The Active Job jobs is convenient because you can use one class in both periodic
#### Schedule Jobs
The schedule described in the configuration file `config/cronotab.rb`, that we created using `rails generate crono:install` or manually. The semantic is pretty straightforward:
The schedule described in the configuration file `config/cronotab.rb`, that we created using `crono:install` or manually. The semantic is pretty straightforward:
Crono.perform(TestJob).every 2.days, at: "15:30"