Skip to content

Commit 8c1d5e5

Browse files
author
Myles Borins
committed
doc: improve rendering of v4.4.5 changelog entry
Remove extra newlines that were causing rendering problems. PR-URL: #6958 Reviewed-By: Jeremiah Senkpiel <[email protected]>
1 parent 3e7c5bc commit 8c1d5e5

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

doc/changelogs/CHANGELOG_V4.md

+8-11
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,14 @@ will be supported actively until April 2017 and maintained until April 2018.
5151

5252
### Notable Changes
5353

54-
* **buffer**:
55-
* 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)
56-
57-
* **contextify**:
58-
* 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)
59-
60-
* **deps**:
61-
* update npm to 2.15.5 (Rebecca Turner) [#6663](https://github.com/nodejs/node/pull/6663)
62-
63-
* **http**:
64-
* 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)
54+
- **buffer**:
55+
- Buffer.indexOf now returns correct values for all UTF-16 input (Anna Henningsen) [#6511](https://github.com/nodejs/node/pull/6511)
56+
- **contextify**:
57+
- 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)
58+
- **deps**:
59+
- update npm to 2.15.5 (Rebecca Turner) [#6663](https://github.com/nodejs/node/pull/6663)
60+
- **http**:
61+
- 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)
6562

6663
### Commits
6764

0 commit comments

Comments
 (0)