File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## 1.3.16-pre
3
+ ## [ 1.3.16] ( https://github.com/cmderdev/cmder/tree/v1.3.16 ) (2020-07-29)
4
4
5
- * fix vscode terminal errors when setting cmder fast_init=1 outside cmder [ #2339 ] ( https://github.com/cmderdev/cmder/pull/2339 )
5
+ ### Fixes
6
+
7
+ * Merge pull request #2357 from FloSchwalm/fix-git-version-comparison [ Dax T Games]
8
+ * Merge pull request #2339 from daxgames/fix_global_vars_vscode_err [ Dax T Games]
9
+
10
+ ### Changes
6
11
12
+ * Merge pull request #2358 from FloSchwalm/update-to-git-2.28 [ Dax T Games]
13
+
7
14
## [ 1.3.15] ( https://github.com/cmderdev/cmder/tree/v1.3.15 ) (2020-06-26)
8
15
9
16
* Fixes #2247 , fixes #2254 [ #2265 ] ( https://github.com/cmderdev/cmder/pull/2265 )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ If you follow them your contribution will likely be pulled in quicker.
7
7
## Getting Started
8
8
9
9
* Fork the repository on GitHub (It's that easy)
10
- * Create a feature branch based on the development branch.
10
+ * Create a feature branch based on the ` master ` branch.
11
11
12
12
## Making Changes
13
13
You can’t perform that action at this time.
0 commit comments