There is nothing built into liquibase currently, but there may be some options with the extension system if you do a little coding. In particular, you could create a Database implementation that overrides the default getRanChangeSetList() method. How you do that would probably depend quite a bit on your particular environment. Let me know if you need pointers to getting something like that going.
Nathan