diff --git a/CHANGELOG.md b/CHANGELOG.md
index 06587fcee0d6e811fb3449ca53746a5b80e205dd..47cca396ebf9d77092dd214004ff9887e6dac412 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@ remap is executed. This permits easier access to all the table information.
 you still won't be able to insert data without a mapping_protocol CSV.)
 * You can now, create, delete and rename columns by editing directly the `table_definition JSON`. (The mapping_protocol
 CSV won't be automatically updated and the insertion of data still requires the presence of the columns there.)
+* Added a confirmation prompt when doing a remap.
 
 ### Fixes
 * Fixed insertion error when the header of the data csv contains `"` (quotes).