Skip to content

Commit b8f68c2

Browse files
committed
Update README.md
1 parent e3cf9d3 commit b8f68c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ See here for [MavensMate Templates](http://andyinthecloud.com/2014/05/23/mavensm
88
Updates
99
=======
1010

11+
- **July 2014**, **IMPORTANT CHANGE**, prior 23rd July, both the fflib_SObjectDomain.onValidate() and fflib_SObjectDomain.onValidate(Map<Id, SObject> existingRecords) methods where called during an on **after update** trigger event. From this point on the onValidate() method will only be called during on **after insert**. If you still require the orignal behaviour add the line Configuration.enableOldOnUpdateValidateBehaviour(); into your constructor.
1112
- **June 2014**, New classes providing utilities to support security and dynamic queries, in addition to improvements to existing Apex Enterprise Pattern base classes. Read more [here](http://andyinthecloud.com/2014/06/28/financialforce-apex-common-updates/).
1213
- **June 2014**, Experimental [branch](https://github.com/financialforcedev/fflib-apex-common/tree/fls-support-experiment) supporting automated FLS checking, see [README](https://github.com/financialforcedev/fflib-apex-common/tree/fls-support-experiment#expirimental-crud-and-fls-support) for more details.
1314

0 commit comments

Comments
 (0)