Skip to content

Commit 7628d5d

Browse files
committed
Fixes based on Michael's final review
--- Signed-off-by: Brad Chamberlain <[email protected]>
1 parent 736f91d commit 7628d5d

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
@@ -10,7 +10,7 @@ Highlights (see subsequent sections for further details)
1010
--------------------------------------------------------
1111
* Chapel's core language and library features are now considered stable!
1212
* added `chpl-language-server`, a new LSP-based tool for VSCode/vim/... users
13-
* added new 'ParallelIO', 'DistributedBag' and 'Zarr' package modules
13+
* added new 'ParallelIO' & 'Zarr' package modules and reworked 'DistributedBag'
1414
* significantly improved the behavior and interfaces of the 'Random' module
1515
* dramatically improved co-locale support (running multiple locales per node)
1616
* improved GPU support via new attributes, optimizations, and portability
@@ -99,7 +99,7 @@ New Package Module Features
9999
---------------------------
100100
* added a new 'ParallelIO' module with routines for reading files in parallel
101101
(see https://chapel-lang.org/docs/2.0/modules/packages/ParallelIO.html)
102-
* improved the `DistributedBag` package w.r.t. depth-first-search and quality
102+
* reworked the `DistributedBag` package w.r.t. depth-first-search and quality
103103
(see https://chapel-lang.org/docs/2.0/modules/packages/DistributedBag.html)
104104
* added a new prototype distributed 'Zarr' I/O module
105105
(see https://chapel-lang.org/docs/2.0/modules/packages/Zarr.html)
@@ -320,7 +320,7 @@ Third-Party Software Changes
320320
----------------------------
321321
* updated the bundled copy of LLVM to version 17.0.6
322322
* updated the Python package versions used by `chpldoc`
323-
(see $CHPL_HOME/third-party/chpl-venv/chpldoc-requirements*.txt for details)
323+
(see `$CHPL_HOME/third-party/chpl-venv/chpldoc-requirements*.txt` for details)
324324

325325
Developer-oriented changes: Documentation
326326
-----------------------------------------

0 commit comments

Comments
 (0)