You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
457 B

4 years ago
  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.