Also add a release notes snippet for it.pull/3476/head
parent
86d2f57e86
commit
5572bbc6cc
2 changed files with 16 additions and 0 deletions
@ -0,0 +1,9 @@ |
||||
## Octal and binary string literals |
||||
|
||||
Octal and binary integer literals can now be used in build and option files. |
||||
|
||||
```meson |
||||
int_493 = 0o755 |
||||
int_1365 = 0b10101010101 |
||||
``` |
||||
|
Loading…
Reference in new issue