Skip to content

Commit 1f92354

Browse files
authored
Update Readme.md
1 parent c680295 commit 1f92354

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,14 @@ Refer to the following GitHub example:
116116
117117
## Release Notes
118118

119+
### 21.1.3
120+
We fixed the [Sealed class generates protected method](https://github.com/DevExpress/DevExpress.Mvvm.CodeGenerators/issues/8) GitHub issue. If you use now a sealed class, the following members of the generated View Model class have a **private** access modifier:
121+
- RaisePropertyChanged methods
122+
- RaisePropertyChanging methods
123+
- ServiceContainers
124+
- GetService methods
125+
- GetRequiredService methods
126+
119127
### 21.1.2
120128
- You can now use the View Model Code Generator in WinUI projects.
121129
- You can add XML comments to a field and a method. The generated property or command now copies these comments.

0 commit comments

Comments
 (0)