CHANGELOG.md in ruby-vips-1.0.5 vs CHANGELOG.md in ruby-vips-1.0.6

- old
+ new

@@ -1,6 +1,12 @@ # master +# Version 1.0.6 + +* remove lazy load, fixing a race with fork() [felixbuenemann] +* make `Image#to_a` much faster [John Cupitt] +* remove the `at_exit` handler [John Cupitt] + # Version 1.0.5 * fix `_const` for libvips 8.5 [John Cupitt] * add `scaleimage`, the scale operation renamed to avoid a clash with the `scale` property [John Cupitt]