We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5bfd2 commit 663c65dCopy full SHA for 663c65d
CHANGELOG.md
@@ -2,9 +2,18 @@ Changes
2
=======
3
4
Version 2.6.0
5
+-------------
6
7
1. Drop utils.is_str function
8
9
+2. Massive unit test refactoring: migrated all the tests to pytest.
10
+
11
+3. Make sure has_mutable, has_static, has_extern functions always return a boolean
12
13
+4. Fix a bug in unordered_set_traits and unordered_multiset_traits
14
15
+5. Fix a bug in build_decl_string with elaborated type specifiers
16
17
Version 2.5.0
18
-------------
19
pyproject.toml
@@ -18,7 +18,7 @@ keywords = [
"CastXML",
"gccxml",
20
]
21
-version = "2.5.0"
+version = "2.6.0"
22
23
classifiers = [
24
"Development Status :: 5 - Production/Stable",
0 commit comments