Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zeibura authored Jan 30, 2024
1 parent a23ef60 commit bd51ad7
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ All notable changes to the COBOL Language Support extension are documented in th

## [2.1.1](https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/compare/2.1.0...2.1.1) (2024-01-30)
### Bug Fixes
* add grammar for the cics inquire urimap statement ([f45d384](https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/commit/f45d38410a5f08d785ee8a9ddc2dd6fde8862846))
* allow db2 declare statement in the working storage and linkage section ([c4e7f64](https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/commit/c4e7f6424d5dd6e667cba1912ac6138ccb445599))
* do not invalidate cache in between a running analysis ([b60e5c7](https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/commit/b60e5c7b6f4fcf64422f611df51428a09e0cb746))
* exception on analysis of some programs in CLI mode ([d6831fa](https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/commit/d6831faaf5cbc3f43126fa6558d2fb67f0588e7e))
* fix definition and references uri for virtual documents ([4960389](https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/commit/4960389068eea87ae721091cd1a28a40fed89662))
* fix popup message for the copybook download ([34fcd98](https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/commit/34fcd98928909223341b8085ccff22e45aa6587b))
* improve folding ([721a498](https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/commit/721a4983114af4de2c9ac15f3910d6a7a76d4e15))
* remove cobol control keyword from idms dialect ([a696efd](https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/commit/a696efd052254399ea5ee11234caeb993dd2778c))
* remove cobol control keywords common to cobol and dialect ([02ef1ad](https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/commit/02ef1adc11bfbc6fa7bbef5195578d8a8b3f9c36))
* remove cobol keywords from daco dialect which are common for daco dialect and cobol ([bcdf624](https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/commit/bcdf62413e6f458624b9f751f1fe53312d3f1c02))
* remove unused coloring rule ([22c9508](https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/commit/22c9508a891542cb380e3a7046b5bdb3f27a44ba))
* send same diagnostics uri as the one received from the client ([513229c](https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/commit/513229cd2e99b8bc5ab73283e6a5decde3eb522a))
* smart tab completion not showing up ([f06e3f9](https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/commit/f06e3f932360cf9be27929667393f722715d3fb7))
* Add grammar for the CICS INQUIRE URIMAP statement ([f45d384](https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/commit/f45d38410a5f08d785ee8a9ddc2dd6fde8862846))
* Allow Db2 DECLARE statement in the working-storage and linkage sections ([c4e7f64](https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/commit/c4e7f6424d5dd6e667cba1912ac6138ccb445599))
* Do not invalidate cache during a running analysis ([b60e5c7](https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/commit/b60e5c7b6f4fcf64422f611df51428a09e0cb746))
* Exception on analysis of some programs in CLI mode ([d6831fa](https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/commit/d6831faaf5cbc3f43126fa6558d2fb67f0588e7e))
* Fix definition and references URI for virtual documents ([4960389](https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/commit/4960389068eea87ae721091cd1a28a40fed89662))
* Fix popup message for copybook downloads ([34fcd98](https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/commit/34fcd98928909223341b8085ccff22e45aa6587b))
* Improve folding ([721a498](https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/commit/721a4983114af4de2c9ac15f3910d6a7a76d4e15))
* Remove COBOL control keyword from IDMS dialect ([a696efd](https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/commit/a696efd052254399ea5ee11234caeb993dd2778c))
* Remove COBOL control keywords common to COBOL and dialect ([02ef1ad](https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/commit/02ef1adc11bfbc6fa7bbef5195578d8a8b3f9c36))
* Remove COBOL keywords from DaCo dialect which are common for DaCo dialect and COBOL ([bcdf624](https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/commit/bcdf62413e6f458624b9f751f1fe53312d3f1c02))
* Remove unused coloring rule ([22c9508](https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/commit/22c9508a891542cb380e3a7046b5bdb3f27a44ba))
* Send same diagnostics URI as the one received from the client ([513229c](https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/commit/513229cd2e99b8bc5ab73283e6a5decde3eb522a))
* Smart tab completion not showing up ([f06e3f9](https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/commit/f06e3f932360cf9be27929667393f722715d3fb7))

## [2.1.0](https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/compare/2.0.3...2.1.0) (2023-12-20)
### Bug Fixes
Expand Down

0 comments on commit bd51ad7

Please sign in to comment.