Skip to content

Commit 1581378

Browse files
committed
Replace "the CLS" with simply "CLS"
--- Signed-off-by: Brad Chamberlain <[email protected]>
1 parent 7597fc9 commit 1581378

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Highlights (see the sections that follow for details)
2020
Updates to Chapel Prerequisites
2121
-------------------------------
2222
* removed support for LLVM 11, 12, and 13
23-
* `chpldoc`, `c2chapel`, `chapel-py` and the CLS now require Python 3.10+
23+
* `chpldoc`, `c2chapel`, `chapel-py` and CLS now require Python 3.10+
2424

2525
Syntactic / Naming Changes
2626
--------------------------
@@ -1252,7 +1252,7 @@ Third-Party Software Changes
12521252
* updated the bundled version of LLVM to LLVM 19
12531253
* updated the bundled version of Qthreads to 1.21
12541254
* addressed a performance regression in Qthreads version 1.21 via a patch
1255-
* updated Python package versions used by `chpldoc`, `chapel-py` and the CLS
1255+
* updated Python package versions used by `chpldoc`, `chapel-py` and CLS
12561256
* explicitly pinned `pycparserext` version relied upon by `c2chapel` to 2021.1
12571257

12581258
Bug Fixes
@@ -1956,7 +1956,7 @@ Tool Improvements
19561956
- extended call inlays to support negative numbers and `complex` literals
19571957
- expanded support for end-block markers
19581958
- ensured types displayed in hints are valid Chapel syntax
1959-
- added a `--chplcheck` flag to run linting from within the CLS
1959+
- added a `--chplcheck` flag to run linting from within CLS
19601960
(see https://chapel-lang.org/docs/2.1/tools/chpl-language-server/chpl-language-server.html#using-chplcheck-from-cls)
19611961
- added a `--[no]-show-instantiations` flag to control CLS code lenses
19621962
(see https://chapel-lang.org/docs/2.1/tools/chpl-language-server/chpl-language-server.html#experimental-resolver-features)

0 commit comments

Comments
 (0)