This is an automated email from the ASF dual-hosted git repository.
rkk pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/sdap-nexus.git
The following commit(s) were added to refs/heads/develop by this push:
new 81b969b SDAP-470 Fixed CHANGELOG.md (#324)
81b969b is described below
commit 81b969b8732efebdce8aa7a90b1501fb24df9253
Author: Nga Chung <[email protected]>
AuthorDate: Mon Sep 23 13:25:10 2024 -0700
SDAP-470 Fixed CHANGELOG.md (#324)
---
CHANGELOG.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1f3a43c..7e39bb9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@ and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0
- SDAP-497: Added tool to ease building of releases. Can build from ASF
distributions, git repos, and local
- SDAP-520: (Documentation) Added guide to docs for evaluating official
release candidates.
### Changed
+- SDAP-470: Modified `cdms-reader` tool to support primary to secondary
matchups
### Deprecated
### Removed
### Fixed
@@ -96,8 +97,6 @@ and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0
- SDAP-488: Workaround to build issue on Apple Silicon (M1/M2). Image build
installs nexusproto through PyPI instead of building from source. A build arg
`BUILD_NEXUSPROTO` was defined to allow building from source if desired
- SDAP-496: Fix `solr-cloud-init` image failing to run.
### Security
-### Unreleased
-- SDAP-470: Modified `cdms-reader` tool to support primary to secondary
matchups
## [1.1.0] - 2023-04-26
### Added