Date Picker with passed date and custom formatter.
Date Picker with retemplated input group.
Detailed description to be added.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 42de7511a43..45b9d19fb9e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -104,6 +104,12 @@ All notable changes for each version of this project will be documented in this
- `igxOverlay.attach(component, settings?)` method added. Use this method to obtain an unique Id of the created overlay where the provided component will be shown. Then call `igxOverlay.show(id, settings?)` method to show the component in overlay.
- `igxOverlay.show(component, settings)` is **depricated**. Use `igxOverlay.attach(component, settings?)` method to obtain an Id, and then call `igxOverlay.show(id, settings)` method to show a component in the overlay.
+- `igx-date-picker`
+ - **Feature** Added editable `mode` to enable the input field value editing and spinning of the date parts. Example:
+ ```html
+
Detailed description to be added.
Detailed description to be added.