Merge pull request #2359 from daxgames/changelog

Changelog
This commit is contained in:
Dax T Games 2020-07-29 20:43:32 -04:00 committed by GitHub
commit a1785415fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 3 deletions

View File

@ -1,8 +1,15 @@
# Change Log # Change Log
## 1.3.16-pre ## [1.3.16](https://github.com/cmderdev/cmder/tree/v1.3.16) (2020-07-29)
* fix vscode terminal errors when setting cmder fast_init=1 outside cmder [#2339](https://github.com/cmderdev/cmder/pull/2339) ### Fixes
* Merge pull request #2357 from FloSchwalm/fix-git-version-comparison [Dax T Games]
* Merge pull request #2339 from daxgames/fix_global_vars_vscode_err [Dax T Games]
### Changes
* Merge pull request #2358 from FloSchwalm/update-to-git-2.28 [Dax T Games]
## [1.3.15](https://github.com/cmderdev/cmder/tree/v1.3.15) (2020-06-26) ## [1.3.15](https://github.com/cmderdev/cmder/tree/v1.3.15) (2020-06-26)

View File

@ -7,7 +7,7 @@ If you follow them your contribution will likely be pulled in quicker.
## Getting Started ## Getting Started
* Fork the repository on GitHub (It's that easy) * Fork the repository on GitHub (It's that easy)
* Create a feature branch based on the development branch. * Create a feature branch based on the `master` branch.
## Making Changes ## Making Changes