Fixed poorly formatted changelog entry. (#2531)
This commit is contained in:
parent
edfe1ae8e6
commit
ec7cc8fbaa
|
@ -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>"
|
||||
|
|
Loading…
Reference in New Issue