19 lines
718 B
Markdown
19 lines
718 B
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
|
|
### Added
|
|
- User-Member linking with fuzzy search autocomplete (#168)
|
|
- PostgreSQL trigram-based member search with typo tolerance
|
|
- WCAG 2.1 AA compliant autocomplete dropdown with ARIA support
|
|
- Bilingual UI (German/English) for member linking workflow
|
|
|
|
### Fixed
|
|
- Email validation false positive when linking user and member with identical emails (#168 Problem #4)
|
|
- Relationship data extraction from Ash manage_relationship during validation
|
|
|