Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Add message for $Vend::PreloadReturn and $Vend::AutoloadReturn.
  • Loading branch information
perusionmike committed Jun 14, 2016
1 parent 5ba9d82 commit 0dff68d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions WHATSNEW-5.11
Expand Up @@ -24,3 +24,9 @@ Database

Database userdb TIMESTAMP_FIELD update_date
Database userdb NO_UPDATE mod_time

* Add ability to return after Preload and Autoload routines.
Setting $Vend::PreloadReturn or $Vend::AutoloadReturn (i.e.
they are defined) means Vend::Dispatch::dispatch() will
return that status. This allows features like QueryCache
and others that are hooked via Preload or Autoload.

0 comments on commit 0dff68d

Please sign in to comment.