Skip to content

Commit 9e5f33c

Browse files
Update new_features_on_new_versions.md
1 parent 19ac442 commit 9e5f33c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/new_features_on_new_versions.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,15 @@ The first version of CodeBehind is based on .NET Core version 7.0; if the versio
314314
- Ability to support conditional expressions and loops without needing brackets in Razor syntax
315315
- New options for accessing controllers, in lower case
316316
- Adding an option to create or not create default pages in the options file
317+
- Adding option to ignore the controller name prefix and suffix
318+
- Adding option to convert two underlines into a single dash to call the controller name
317319
- And a series of minor changes and improvements
318320

319321
**Problems that were solved:**
320322
- Fixed location tag detection issue when calling back in WebFormsJS
323+
324+
325+
### Version 3.5.1
326+
327+
**New features:**
328+
- Improved performance for making final View classes

0 commit comments

Comments
 (0)