diff --git a/CHANGELOG.md b/CHANGELOG.md index cb988cb..ddbeac4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ ## [0.2.4] - Fixed an issue when running ad-hoc searches from the command palette. -- Fixed an issue displaying invalid interval for script:/// stanzas. Issue [#21](https://github.com/splunk/vscode-extension-splunk/issues/21) +- Fixed an issue displaying invalid interval for `script:/// stanzas`. Issue [#21](https://github.com/splunk/vscode-extension-splunk/issues/21) - Added support for 'disabled' settings in inputs.conf since 'disabled' is a valid setting, but it is not specified in the spec file. Issue [#18](https://github.com/splunk/vscode-extension-splunk/issues/18) -- Fixed an issuere where prefix stanzas where not recognized. Examples: `[author=]` [#22](https://github.com/splunk/vscode-extension-splunk/issues/22), `[eventtype=name]` [#24](https://github.com/splunk/vscode-extension-splunk/issues/24), `[role_]` [#28](https://github.com/splunk/vscode-extension-splunk/issues/28) +- Fixed an issue where prefix stanzas where not recognized. Examples: `[author=]` [#22](https://github.com/splunk/vscode-extension-splunk/issues/22), `[eventtype=name]` [#24](https://github.com/splunk/vscode-extension-splunk/issues/24), `[role_]` [#28](https://github.com/splunk/vscode-extension-splunk/issues/28) ## [0.2.3] - Added support for multi-line values in .conf files. See issue [#12](https://github.com/splunk/vscode-extension-splunk/issues/12) @@ -39,4 +39,4 @@ ## [0.1.0] - Initial release -- Grammar adapted from the [Sublime Text syntax highlighting for .conf files](https://github.com/shakeelmohamed/sublime-splunk-conf-highlighting) repo. \ No newline at end of file +- Grammar adapted from the [Sublime Text syntax highlighting for .conf files](https://github.com/shakeelmohamed/sublime-splunk-conf-highlighting) repo.