Added changelog

This commit is contained in:
Nick Goupinets 2021-03-08 18:02:40 -05:00
parent ccb5b1aaad
commit ab4f02b2bd
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
---
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"