Skip to content

Commit e114663

Browse files
committed
update known issues, roadmap, and changelog for new release
1 parent 9f76f20 commit e114663

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ It's mostly useful for learning and getting a better understanding of how C# wor
4242

4343
## Known issues
4444

45-
- The methods the compiler generates for local functions are not shown. This will be fixed in a future release.
4645
- Visual Studio might freeze for a couple of seconds when you open the details view for a method with a huge amount of instructions (i.e. multiple thousands). This might be fixed in a future release.
4746

4847
## Contributing
@@ -100,7 +99,6 @@ Since the 1.0.0 release has all the features I wanted this extension to have, I
10099

101100
### Future releases
102101

103-
- show compiler-generated code for local functions
104102
- support more code elements? (properties, classes, ...)
105103
- show C# code in details view
106104
- VB support
@@ -118,6 +116,10 @@ Since the 1.0.0 release has all the features I wanted this extension to have, I
118116

119117
## Changelog
120118

119+
### 1.1.0
120+
121+
- Adds support for local functions.
122+
121123
### 1.0.3
122124

123125
- Fixes `Mono.Cecil.AssemblyResolutionException`s during retrieval of compiler-generated code.

0 commit comments

Comments
 (0)