From fcb12eea6c02e9e4706a3aedb6d318ea2537c639 Mon Sep 17 00:00:00 2001 From: beberlei Date: Mon, 15 Mar 2010 19:39:32 +0000 Subject: [PATCH] [2.0] DDC-412 - Fixed YAML Driver not allowing multiple lifecycle callbacks per event. Backwards-incompatible change --- UPGRADE_TO_2_0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UPGRADE_TO_2_0 b/UPGRADE_TO_2_0 index 2471d8092..d9828b41b 100644 --- a/UPGRADE_TO_2_0 +++ b/UPGRADE_TO_2_0 @@ -23,8 +23,8 @@ per event. The Old syntax ways: [yaml] lifecycleCallbacks: - prePersist doStuffOnPrePersist - postPersist: doStuffOnPostPersist + doStuffOnPrePersist: prePersist + doStuffOnPostPersist: postPersist The new syntax is: