forked from taskflow/taskflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReleases.js
More file actions
27 lines (27 loc) · 1.66 KB
/
Releases.js
File metadata and controls
27 lines (27 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
var Releases =
[
[ "Master Branch (GitHub)", "master-branch.html", [
[ "Download", "master-branch.html#master-branch_download", null ],
[ "Working Items", "master-branch.html#master-branch_new_features", null ],
[ "Bug Fixes", "master-branch.html#master-branch_bug_fixes", null ]
] ],
[ "Release 2.2.0 (2019/06/15)", "release-2-2-0.html", [
[ "Download", "release-2-2-0.html#release-2-2-0_download", null ],
[ "New Features", "release-2-2-0.html#release-2-2-0_new_features", null ],
[ "Breaks and Deprecated Features", "release-2-2-0.html#release-2-2-0_breaks_and_deprecated_features", null ]
] ],
[ "Release 2.1.0 (2019/02/15)", "release-2-1-0.html", [
[ "Download", "release-2-1-0.html#release-2-1-0_download", null ],
[ "New Features", "release-2-1-0.html#release-2-1-0_new_features", null ],
[ "Improvements and Enhancements", "release-2-1-0.html#release-2-1-0_improvements_enhancements", null ],
[ "Breaks and Deprecated Features", "release-2-1-0.html#release-2-1-0_breaks_and_deprecated_features", null ],
[ "Bug Fixes", "release-2-1-0.html#release-2-1-0_bug_fixes", null ]
] ],
[ "Release 2.0.0 (2018/08/28)", "release-2-0-0.html", [
[ "Download", "release-2-0-0.html#release-2-0-0_download", null ],
[ "New Features", "release-2-0-0.html#release-2-0-0_new_features", null ],
[ "Improvements and Enhancements", "release-2-0-0.html#release-2-0-0_improvements_enhancements", null ],
[ "Breaks and Deprecated Features", "release-2-0-0.html#release-2-0-0_breaks_and_deprecated_features", null ],
[ "Bug Fixes", "release-2-0-0.html#release-2-0-0_bug_fixes", null ]
] ]
];