-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7286 from archesproject/5.1.2_release_prep
Add 5.1.2 release notes
- Loading branch information
Showing
2 changed files
with
32 additions
and
1 deletion.
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,31 @@ | ||
Arches 5.1.2 release notes | ||
------------------------ | ||
|
||
|
||
### Enhancements and bug fixes | ||
- Improves performance when searching on null values in advanced search, re #7194 | ||
- Fixes search export step numbering, re #7114 | ||
- Enforces nodegroup permissions in the resources api endpoint, re #7229 | ||
- Fixes path to arches branch in new project's package.json file, re #7210 | ||
- Fixes bug when loading node options in the NodeValue widget, re #7162 | ||
- Allows the domain node to be in a parent tile, re #7252 | ||
|
||
|
||
### Dependency changes: | ||
|
||
- No dependency changes | ||
|
||
|
||
### Upgrading Arches | ||
|
||
1. You must be upgraded to at least version 5.1.1 before proceeding. | ||
|
||
2. Upgrade to Arches 5.1.2 | ||
|
||
pip install --upgrade arches | ||
|
||
|
||
### Upgrading an Arches project | ||
|
||
- No upgrade necessary | ||
|