Skip to content

Commit 835edb5

Browse files
committed
Changelog
1 parent 36358c2 commit 835edb5

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [1.9.0] - 2019-01-22
7+
### Fixed
8+
- Fixed buffer overflow error while formatting huge files (by [VPeruS](https://github.com/VPeruS))
9+
### Added
10+
- add support for CUDA language (by [xandox](https://github.com/xandox))
11+
12+
## [1.8.0] - 2018-11-29
13+
### Fixed
14+
- Upgrade dependencies due to security vulnerabilities
15+
- Upgrade to TypeScript ^3.1.6
16+
617
## [1.6.2] - 2018-05-08
718
### Fixed
819
- Upgrade dependencies due to security vulnerability in hoek

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,4 +251,4 @@
251251
"url": "https://github.com/xaverh/vscode-clang-format-provider"
252252
},
253253
"license": "MIT"
254-
}
254+
}

0 commit comments

Comments
 (0)