Skip to content

Commit ae3782a

Browse files
committed
Update changelog file for version 0.3.0
1 parent ccfccfb commit ae3782a

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Change Log
22
==========
33

4+
Version 0.3.0 *(2024-05-10)*
5+
-----------------------------
6+
7+
* Support query `name`, `is_struct`, `location` for classes.
8+
* Support query `methods_count`, `fields_count` for class.
9+
* Support query `bases_count` for class
10+
* Speedup parsing functions.
11+
* Support query struct and class info.
12+
* Support query enum `name`, `constants_count` and `type_literal`.
13+
* Support query `size` and `align` of class.
14+
415
Version 0.2.0 *(2024-04-26)*
516
-----------------------------
617

@@ -10,9 +21,9 @@ Version 0.2.0 *(2024-04-26)*
1021
* Support query `is_method`, `is_variadic` option in Function model.
1122
* Support query `is_virtual`, `is_pure_virtual` option in Function model.
1223
* Support query `access_modifier` option in Function model.
13-
* Support query global variables `name`, `type` and `is_volatile`
24+
* Support query global variables `name`, `type` and `is_volatile`.
1425

1526
Version 0.1.0 *(2024-04-05)*
1627
-----------------------------
1728

18-
* First release of ClangQL
29+
* First release of ClangQL.

0 commit comments

Comments
 (0)