Skip to content

Commit bba1c56

Browse files
authored
Merge pull request #3594 from victormlg/bool_augments
ENT-13303: Added docs about boolean in class auguments
2 parents 900c148 + 4e6b1bb commit bba1c56

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

content/reference/language-concepts/augments.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ This key is supported in both `host_specific.json`, `def.json`, `def_preferred.j
302302

303303
Any class defined via augments will be evaluated and installed as
304304
[**soft** classes][Classes and decisions]. This key supports both
305-
_array_ and _dict_ formats.
305+
_array_ and _dict_ formats. Booleans `true` and `false` are also valid values for classes
306306

307307
For an array each element of the array is tested against currently defined
308308
classes as an [anchored regular expression][anchored] unless the string ends with `::` indicating it should be interpreted as a
@@ -457,6 +457,8 @@ myclass_defined_by_augments_in_def_json_3_18_0_v1 optional,tags,sourc
457457
- 3.18.0
458458
- Support for dict structure for classes and support for metadata (`comment`, `tags`) added.
459459
- Classes are defined as _soft_ classes instead of _hard_ classes.
460+
- 3.28.0
461+
- Added support for `true` and `false` values for classes in augments.
460462

461463
### augments
462464

0 commit comments

Comments
 (0)