13db413d8ea2e225a1a1a4c1d0aa86c3140d3dfe1d52e58009467cfb6e41e7f719e02ad7df385ca5229b9502c9a94d65c9f9c7d465de9a8029eaa97c174bc5 457 B

123456789101112131415
  1. # util change log
  2. All notable changes to this project will be documented in this file.
  3. This project adheres to [Semantic Versioning](http://semver.org/).
  4. ## 0.11.1
  5. * Fix an infinite loop in `util.deprecate` some build configurations. ([@bernardmcmanus](https://github.com/bernardmcmanus) in [#12](https://github.com/defunctzombie/node-util/pull/12))
  6. ## 0.11.0
  7. * Add `util.promisify`.
  8. * Add `util.callbackify`.
  9. ## 0.10.4
  10. * Update `inherits` dependency.