CHANGES in proc-wait3-1.7.3 vs CHANGES in proc-wait3-1.8.0
- old
+ new
@@ -1,4 +1,15 @@
+== 1.8.0 - 20-Feb-2019
+* Changed license to Apache-2.0.
+* Now requires Ruby 2.2 or later.
+* Now checks for <bsd/string.h> header and include's it if found. This was
+ mainly to help silence some implicit declaration warnings on Linux.
+* The WAIT3_VERSION constant is now frozen.
+* Updated the cert, should be good for about 10 years.
+* Added metadata to the gemspec.
+* Removed some old macro checks/definitions that were no longer relevant.
+* Added a proc-wait3.rb file for convenience.
+
== 1.7.3 - 21-Nov-2015
* Fixed a bug where tv_usec was divided by 1k instead of 1e6. Thanks go to
Jason Gladish for the spot.
* This gem is now signed.
* The gem related tasks in the Rakefile now assume Rubygems 2.x.