aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Release-notes-for-0.52.0.md
blob: de317df9e17a398ae275c4bd6e2c190ce8aa3c33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
title: Release 0.52.0
short-description: Release notes for 0.52.0
...

# New features

## Allow checking if a variable is a disabler

Added the function `is_disabler(var)`. Returns true if a variable is a disabler
and false otherwise.

## Add blocks dependency

Add `dependency('blocks')` to use the Clang blocks extension.