From 61798d1fa463aa35c94a76c5d2faee134c18dc91 Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Fri, 13 Jan 2017 04:02:17 +0100 Subject: [PATCH] doc: add missing `added:` tag for `zlib.constants` PR-URL: https://github.com/nodejs/node/pull/10826 Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca Reviewed-By: James M Snell --- doc/api/zlib.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/api/zlib.md b/doc/api/zlib.md index 73bcf8e0179366..63a22a6d022c14 100644 --- a/doc/api/zlib.md +++ b/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 + Provides an object enumerating Zlib-related constants.