We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4ff4cb commit b1ca8f6Copy full SHA for b1ca8f6
CHANGELOG.md
@@ -28,7 +28,18 @@ Released YYYY/MM/DD
28
29
--------------------------------------------------------------------------------
30
31
-# 0.3.2
+# 0.3.4
32
+
33
+Released 2021/11/21
34
35
+## Added
36
37
+* `DemangleOptions` now has a `hide_expression_literal_types` method that
38
+ can make it easier to match user-provided template instance names. #230
39
40
+--------------------------------------------------------------------------------
41
42
+# 0.3.3
43
44
Released 2021/7/8
45
Cargo.toml
@@ -10,7 +10,7 @@ license = "Apache-2.0/MIT"
10
name = "cpp_demangle"
11
readme = "./README.md"
12
repository = "https://github.com/gimli-rs/cpp_demangle"
13
-version = "0.3.3"
+version = "0.3.4"
14
15
[badges]
16
0 commit comments