Skip to content

Commit b15fbed

Browse files
authored
Merge pull request #15389 from bradcray/changes-deprecate-postfix-!
Added note about deprecating `!` on class types to CHANGES.md [trivial, not reviewed]
2 parents fff56b9 + 463eeee commit b15fbed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ Deprecated / Unstable / Removed Language Features
140140
* disabled associative arrays of non-nilable classes
141141
* deprecated `.length`/`.numIndices`/`.numElements` queries in favor of `.size`
142142
* deprecated `new owned/shared(c)` in favor of `owned/shared.create(c)`
143+
* deprecated postfix-`!` on class types in favor of using casts
143144
* deprecated `string` vs. `bytes` comparisons
144145
* deprecated `decodePolicy.ignore` in favor of new `decodePolicy.drop`
145146
(see https://chapel-lang.org/docs/1.21/builtins/Bytes.html#Bytes.bytes.decode)

0 commit comments

Comments
 (0)