Skip to content

Commit 468b6a2

Browse files
committed
chore(main): release 1.1.24
1 parent b20d16e commit 468b6a2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.1.24](https://github.com/robertoraggi/cplusplus/compare/v1.1.23...v1.1.24) (2023-09-18)
4+
5+
6+
### Bug Fixes
7+
8+
* Add support for pack expansion to using declarators ([e60e914](https://github.com/robertoraggi/cplusplus/commit/e60e914be04d4cfecf6949392bbaa573a74b26aa))
9+
* Avoid splitting >= and >>= tokens ([2d407ce](https://github.com/robertoraggi/cplusplus/commit/2d407cef68a3628e424b90954e7a4cc29d6560e0))
10+
* Disable blocks and objc extensions ([c3dfb41](https://github.com/robertoraggi/cplusplus/commit/c3dfb41311006f0c4b4fdd9ede83e05fc7adba16))
11+
* Parsing of pure virtual destructors ([4d73086](https://github.com/robertoraggi/cplusplus/commit/4d730866512803a5811ddc0b4ee60c2ca033ab18))
12+
* Remove the trailing statement from the labeled statements ([74ba101](https://github.com/robertoraggi/cplusplus/commit/74ba1012e243d1d603d5b306d03265def1bdd7a0))
13+
314
## [1.1.23](https://github.com/robertoraggi/cplusplus/compare/v1.1.22...v1.1.23) (2023-09-17)
415

516

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.23
1+
1.1.24

0 commit comments

Comments
 (0)