Skip to content

Commit

Permalink
update the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Enache-Ionut committed Apr 15, 2021
1 parent 2a9f467 commit 3a254bd
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions ClangPowerTools/ClangPowerTools/MVVM/Views/ReleaseNotesView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,36 @@
Text="• Crash when setting incompatible input values to clang-format options"
TextWrapping="Wrap" />

<TextBox
Margin="15,5,0,0"
HorizontalAlignment="Left"
Background="Transparent"
BorderThickness="0"
FontSize="15"
IsReadOnly="True"
Text="• Error when project path contains square brackets"
TextWrapping="Wrap" />

<TextBox
Margin="15,5,0,0"
HorizontalAlignment="Left"
Background="Transparent"
BorderThickness="0"
FontSize="15"
IsReadOnly="True"
Text="• Conditions for item group elements not evaluated"
TextWrapping="Wrap" />

<TextBox
Margin="15,5,0,0"
HorizontalAlignment="Left"
Background="Transparent"
BorderThickness="0"
FontSize="15"
IsReadOnly="True"
Text="• C file type detection not working correctly for 'Default' or empty CompileAs setting"
TextWrapping="Wrap" />

</ListView>
</Grid>

Expand Down

0 comments on commit 3a254bd

Please sign in to comment.