Skip to content

Commit 9c66f8c

Browse files
committed
Update change log for 2.0.0-alpha1
1 parent 796af38 commit 9c66f8c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

doc/change-log.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ currentMenu: change-log
55

66
# Change Log
77

8+
## 2.0.0-alpha1
9+
10+
* Features
11+
* Add SimpleTrigger to Model and Web API.
12+
* Add CronTrigger to Model and Web API.
13+
* Remove IntegrationJob from Model and Web API (replaced by SimpleTrigger and CronTrigger).
14+
* Chores
15+
* Setup CI with AppVeyor.
16+
* Bugs
17+
* Config loader no longer mistakenly looks for config.json instead of IntegrationEngine.json.
18+
819
## 1.4.1
920

1021
* Chores
@@ -26,7 +37,7 @@ currentMenu: change-log
2637
## 1.3.2
2738

2839
* Features
29-
* Load jobs from an external assembly that implement IIntegrationJob.
40+
* Schedule jobs from an external assembly that implement IIntegrationJob.
3041
* Develop EngineHost, start engine and load jobs from an external assembly.
3142
* Add repository layer for persisting jobs to a data store.
3243
* Create REST API for creating standard jobs.

0 commit comments

Comments
 (0)