From adcd0bd9b457668930e0d5105426929a9b1b8fbd Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Tue, 21 Feb 2017 23:38:50 +0100 Subject: [PATCH] doc: add changelogs for zlib PR-URL: https://github.com/nodejs/node/pull/11489 Reviewed-By: Ben Noordhuis Reviewed-By: Sam Roberts Reviewed-By: Roman Reiss Reviewed-By: James M Snell Reviewed-By: Italo A. Casas --- doc/api/zlib.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/doc/api/zlib.md b/doc/api/zlib.md index 0d79c084acd..5b02a8ed37d 100644 --- a/doc/api/zlib.md +++ b/doc/api/zlib.md @@ -277,6 +277,10 @@ Compression strategy. ## Class Options @@ -315,6 +319,17 @@ Compress data using deflate, and do not append a `zlib` header. ## Class: zlib.Gunzip Decompress a gzip stream. @@ -329,6 +344,10 @@ Compress data using gzip. ## Class: zlib.Inflate Decompress a deflate stream. @@ -336,6 +355,13 @@ Decompress a deflate stream. ## Class: zlib.InflateRaw Decompress a raw deflate stream.