-
Notifications
You must be signed in to change notification settings - Fork 494
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge master into feature/serverlessland
- Loading branch information
Showing
2 changed files
with
27 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"date": "2025-01-30", | ||
"version": "1.45.0-SNAPSHOT", | ||
"entries": [ | ||
{ | ||
"type": "Bug Fix", | ||
"description": "Allow AB users with an overridden customization to go back to the default customization" | ||
}, | ||
{ | ||
"type": "Bug Fix", | ||
"description": "For security reasons, disabled auto linkify for link texts coming in markdown other than [TEXT](URL) format" | ||
}, | ||
{ | ||
"type": "Feature", | ||
"description": "Add setting to allow Q /dev to run code and test commands" | ||
} | ||
] | ||
} |