From 5ec44161f2c9cb02440fefdae8fc5616a2f78420 Mon Sep 17 00:00:00 2001 From: Alan Plum Date: Tue, 8 Dec 2015 15:04:28 +0100 Subject: [PATCH] Add Foxx compat changes to CHANGELOG --- CHANGELOG | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 23b7022013..fe51c115b3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -54,7 +54,19 @@ v2.8.0 (XXXX-XX-XX) exceptions when invalid parameters are passed that may have not led to exceptions in previous versions. -* Foxx: moved Model and Repository back to non-ES6 "classes" +* deprecation warnings now log stack traces + +* Foxx: improved backwards compatibility with 2.5 and 2.6 + + - reverted Model and Repository back to non-ES6 "classes" because of + compatibility issues when using the extend method with a constructor + + - removed deprecation warnings for extend and controller.del + + - restored deprecated method Model.toJSONSchema + + - restored deprecated `type`, `jwt` and `sessionStorageApp` options + in Controller#activateSessions v2.8.0-beta1 (2015-12-06)