Fixed poorly formatted changelog entry. (#2531)

This commit is contained in:
Diederik Muylwyk 2021-04-08 14:07:16 -04:00 committed by GitHub
parent edfe1ae8e6
commit ec7cc8fbaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 3 deletions

View File

@ -2,6 +2,14 @@
type: add
issue: 2449
title: "Adds interceptors for the following functionality:
* Data normalization (n11n) - removing unwanted characters (control, etc. as defined by the requirements)
* Data standardization (s13n) - normalizing data by ensuring word spacing and character cases are uniform
* Data validation - making sure that addresses / emails are validated"
<ul>
<li>
Data normalization (n11n) - removing unwanted characters (control, etc. as defined by the requirements)
</li>
<li>
Data standardization (s13n) - normalizing data by ensuring word spacing and character cases are uniform
</li>
<li>
Data validation - making sure that addresses / emails are validated
</li>
</ul>"