@@ -94,7 +94,7 @@ GPU Computing
9494-------------
9595* added a `.gpuId` method for GPU sublocales
9696 (see https://chapel-lang.org/docs/2.3/language/spec/locales.html#ChapelLocale.locale.gpuId)
97- * added a `deviceAttributes()` query to the ' GPU' module
97+ * added a `deviceAttributes()` query to the ` GPU` module
9898 (see https://chapel-lang.org/docs/2.3/modules/standard/GPU.html#GPU.deviceAttributes)
9999* `@gpu.itersPerThread` attribute can now distribute iterations round-robin
100100 (see https://chapel-lang.org/docs/2.3/modules/standard/GPU.html#
[email protected] )
@@ -124,7 +124,7 @@ Tool Improvements
124124* added the ability for Mason to use a license reference repository
125125 (see https://chapel-lang.org/docs/2.3/tools/mason/guide/environmentvariables.html)
126126* improved errors for improper uses of built-in `chapel-py` classes
127- * added `limitation_kind` & `limitations` to `VisibilityClause` in ' chapel-py'
127+ * added `limitation_kind` & `limitations` to `VisibilityClause` in ` chapel-py`
128128
129129Documentation Improvements
130130--------------------------
@@ -164,7 +164,7 @@ Documentation Improvements for Libraries
164164
165165Example Codes
166166-------------
167- * updated examples w.r.t. new namings in ' Sort' and ' CompressedSparseLayout'
167+ * updated examples w.r.t. new namings in ` Sort` and ` CompressedSparseLayout`
168168
169169Memory Improvements
170170-------------------
@@ -264,7 +264,7 @@ Bug Fixes for Build Issues
264264* fixed a formatting bug in the `RPATH` for the Chapel Python bindings
265265* made `CHPL_LIB_PATH` ignore empty strings between paths
266266* fixed a warning due to trailing spaces in linker arguments
267- * fixed `chapel-py` builds when Chapel is using Address sanitization
267+ * fixed `chapel-py` builds when Chapel is using address sanitization
268268* fixed an issue with `chplconfig` not supporting variables with equals signs
269269* made C libraries more consistent with how they respect `CFLAGS` and `LDFLAGS`
270270* stopped `printchplenv` from inferring `CHPL_LLVM_GCC_PREFIX` when not needed
@@ -289,8 +289,8 @@ Developer-oriented changes: Makefile / Build-time changes
289289
290290Developer-oriented changes: Compiler Flags
291291------------------------------------------
292- * ' --dyno' now activates the new experimental typed converter
293- * a new ' --[no-]dyno-resolve-only' flag runs the dyno resolver and then stops
292+ * ` --dyno` now activates the new experimental typed converter
293+ * a new ` --[no-]dyno-resolve-only` flag runs the dyno resolver and then stops
294294
295295Developer-oriented changes: 'dyno' Compiler improvements / changes
296296------------------------------------------------------------------
0 commit comments