From fed434246bd022f1141c8d7bb0f3e90d5f9b325b Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Tue, 24 May 2016 16:42:49 -0700 Subject: [PATCH] blog: fix md for v4.4.5 ref: https://github.com/nodejs/node/pull/6958 --- locale/en/blog/release/v4.4.5.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/locale/en/blog/release/v4.4.5.md b/locale/en/blog/release/v4.4.5.md index d73a3d2d42d7d..4310b56df2ef9 100644 --- a/locale/en/blog/release/v4.4.5.md +++ b/locale/en/blog/release/v4.4.5.md @@ -12,13 +12,10 @@ author: Myles Borins * **buffer**: * Buffer no longer errors if you call lastIndexOf with a search term longer than the buffer (Anna Henningsen) [#6511](https://github.com/nodejs/node/pull/6511) - * **contextify**: * Context objects are now properly garbage collected, this solves a problem some individuals were experiencing with extreme memory growth (Ali Ijaz Sheikh) [#6871](https://github.com/nodejs/node/pull/6871) - * **deps**: * update npm to 2.15.5 (Rebecca Turner) [#6663](https://github.com/nodejs/node/pull/6663) - * **http**: * Invalid status codes can no longer be sent. Limited to 3 digit numbers between 100 - 999 (Brian White) [#6291](https://github.com/nodejs/node/pull/6291)