Skip to content

Commit

Permalink
update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Feb 24, 2019
1 parent 46e6a9b commit d9d5d3a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# Change Log

## 1.0.0
- Initial release
- Initial release.

## 1.0.1
- fixed #NUM notaion, variable highlight in d and baf, and some missing highlight in function definitions
- Fixed #NUM notaion, variable highlight in d and baf, and some missing highlight in function definitions.

## 1.0.2
- added IN as a keyword, fix color of numbers inside parenthesis without space
- added THEN as a keyword, and ADD_STORE_ITEM flags
- Added IN as a keyword, fix color of numbers inside parenthesis without space.
- Added THEN as a keyword, and ADD_STORE_ITEM flags.

## 1.0.3
- Fixed console error spam for languages with missing signatures.
- Set weidu IDS to constant scope.

## 1.0.4
- Fixed comment color in weidu function invocation.
- Fixed EVAL color in weidu function invocation.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bgforge-mls",
"displayName": "BGforge MLS",
"description": "BGforge multilanguage server",
"version": "1.0.3",
"version": "1.0.4",
"author": "BGforge",
"repository": {
"type": "git",
Expand Down

0 comments on commit d9d5d3a

Please sign in to comment.