Skip to content

Commit

Permalink
Update changelog file for version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed May 10, 2024
1 parent ccfccfb commit ae3782a
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Change Log
==========

Version 0.3.0 *(2024-05-10)*
-----------------------------

* Support query `name`, `is_struct`, `location` for classes.
* Support query `methods_count`, `fields_count` for class.
* Support query `bases_count` for class
* Speedup parsing functions.
* Support query struct and class info.
* Support query enum `name`, `constants_count` and `type_literal`.
* Support query `size` and `align` of class.

Version 0.2.0 *(2024-04-26)*
-----------------------------

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

Version 0.1.0 *(2024-04-05)*
-----------------------------

* First release of ClangQL
* First release of ClangQL.

0 comments on commit ae3782a

Please sign in to comment.