CHANGES.md in pork-1.4.4 vs CHANGES.md in pork-1.5.0
- old
+ new
@@ -1,6 +1,16 @@
# CHANGES
+## Pork 1.5.0 -- 2016-03-10
+
+### Enhancement
+
+* Now it would show loading time between pork was loaded and test started.
+ You could tweak the time by using `Pork.loaded`.
+* Pork in sequential mode would just use Isolate internally. This would
+ reduce the internal complexity.
+* Added `PORK_REPORT=progressbar`, using `ruby-progressbar` underneath.
+
## Pork 1.4.4 -- 2015-11-10
### Bugs fixed
* Now `Pork.protected_exceptions` would not create stat object.