Skip to content

Commit a49ced6

Browse files
committed
Updates the changelog for 1.0.4 release
I figured it would be more accurate to say that I fixed the function symbol detection that I had broken previously.
1 parent 7c5749b commit a49ced6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

changelog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
11+
## [1.0.4] - 2020-01-10
1012
### Added
1113
- Code folding for `#Region/#EndRegion` & `Func/EndFunc`
1214

1315
### Changed
14-
- Improved symbol detection of Function declarations
16+
- Fixed symbol detection for Function declarations
1517

1618
## [1.0.3] - 2019-11-19
1719

@@ -170,6 +172,7 @@ The IntelliSense release!
170172
- Added the ability to generate a debug MsgBox for a highlighted variable or macro with Ctrl+Shift+D.
171173
- Added icon, banner color and description for marketplace.
172174

175+
[1.0.4]: https://github.com/loganch/AutoIt-VSCode/compare/1.0.3...v1.0.4
173176
[1.0.3]: https://github.com/loganch/AutoIt-VSCode/compare/1.0.2...v1.0.3
174177
[1.0.2]: https://github.com/loganch/AutoIt-VSCode/compare/1.0.1...1.0.2
175178
[1.0.1]: https://github.com/loganch/AutoIt-VSCode/compare/1.0.0...1.0.1

0 commit comments

Comments
 (0)