Skip to content

Commit

Permalink
update known issues, roadmap, and changelog for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
bert2 committed Nov 1, 2020
1 parent 9f76f20 commit e114663
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ It's mostly useful for learning and getting a better understanding of how C# wor

## Known issues

- The methods the compiler generates for local functions are not shown. This will be fixed in a future release.
- 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.

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

### Future releases

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

## Changelog

### 1.1.0

- Adds support for local functions.

### 1.0.3

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

0 comments on commit e114663

Please sign in to comment.