CHANGELOG in pipeline-0.0.1 vs CHANGELOG in pipeline-0.0.2

- old
+ new

@@ -1,8 +1,16 @@ +0.0.2 +===== + +Bug Fix: +* Bundling migrations on generator to avoid timestamp clashing + 0.0.1 ===== -Initial Release: +Initial Release + +Features: * Execution of sequential user-defined stages in an asynchronous pipeline * Persistence of pipeline instances and stages * Error recovery strategies: * Irrecoverable errors fail the entire pipeline * Recoverable errors are automatically retried (using dj's exponential retry strategy)