From 02e7e3da940d3cff7ad12de41cda6b2003649688 Mon Sep 17 00:00:00 2001 From: Galarius Date: Sat, 13 Jan 2018 13:08:55 +0300 Subject: [PATCH] Version 0.1.5. Changelog and package.json were updated. --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eb5bf8..3f97621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # OpenCL for Visual Studio Code Change Log +## Version 0.1.5: January 13, 2018 + +* Fixed: Types `ushort`, `uint`, `size_t`, `intptr_t`, `uintptr_t` were not highlighted. + ## Version 0.1.4: January 2, 2018 `Happy New Year!` @@ -7,7 +11,7 @@ ![logo-ny](https://www.dropbox.com/s/yp46odwnkxwxvlq/OpenCL_128x_ny.png?dl=1) * Fixed: Unsigned types and types with `_t` at the end were not highlighted for some color themes; -* Fixed: `Toggle Line Comment` and `Toggle Block Comment` commands didn't work in `*.cl` files. +* Fixed: `Toggle Line Comment` and `Toggle Block Comment` commands did not work in `*.cl` files. ## Version 0.1.3: October 29, 2017 diff --git a/package.json b/package.json index 5d66cca..dc754c2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-opencl", "displayName": "OpenCL", "description": "OpenCL for Visual Studio Code", - "version": "0.1.4", + "version": "0.1.5", "publisher": "galarius", "icon": "images/OpenCL_128x.jpg", "author": {