* Undefined safeFields revert to data #71 (Zak Barbuto)
This commit is contained in:
Miroslav Bajtoš 2018-03-05 09:58:43 +01:00
parent 93792910c9
commit 3ec47f84fd
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2018-03-05, Version 2.3.2
=========================
* Undefined safeFields revert to data #71 (Zak Barbuto)
2018-01-25, Version 2.3.1
=========================

View File

@ -2,7 +2,7 @@
"name": "strong-error-handler",
"description": "Error handler for use in development and production environments.",
"license": "MIT",
"version": "2.3.1",
"version": "2.3.2",
"engines": {
"node": ">=4"
},