Browse Source

doc: add missing `added:` tag for `zlib.constants`

PR-URL: https://github.com/nodejs/node/pull/10826
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
v6.x
Anna Henningsen 8 years ago
committed by Myles Borins
parent
commit
1dbb366611
No known key found for this signature in database GPG Key ID: 933B01F40B5CA946
  1. 3
      doc/api/zlib.md

3
doc/api/zlib.md

@ -388,6 +388,9 @@ Reset the compressor/decompressor to factory defaults. Only applicable to
the inflate and deflate algorithms.
## zlib.constants
<!-- YAML
added: v7.0.0
-->
Provides an object enumerating Zlib-related constants.

Loading…
Cancel
Save