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 e5cfd23 commit c5ab328Copy full SHA for c5ab328
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# CHANGELOG.md
2
3
+## 3.0.0 (2024-10-25)
4
+
5
+ - Bugfix for
6
+ [#3](https://github.com/monkey0506/Monkeymoto.GeneratorUtils.GenericSymbolReferenceTree/issues/3)
7
+ (forced version update). This includes many breaking changes in the public
8
+ API. Notably, `GenericSymbolReferenceTree.GetBranch` and the
9
+ `GenericSymbolReference` public constructors have been removed.
10
+ - Fix for
11
+ [#2](https://github.com/monkey0506/Monkeymoto.GeneratorUtils.GenericSymbolReferenceTree/issues/2).
12
+ This clarifies the meaning and improves the function of
13
+ `GenericSymbolReference.IsSyntaxReferenceClosedTypeOrMethod`.
14
15
## 2.0.1 (2024-10-18)
16
17
- Allow tracking the `SemanticModel` used to acquire symbols.
0 commit comments