Skip to content

Commit e3f78eb

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 1c6809c commit e3f78eb

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

CHANGELOG.md

+8-11
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,14 @@ This release is specifically related to a Buffer overflow vulnerability discover
1414

1515
### Notable Changes
1616

17-
* **buffer**:
18-
* 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)
19-
20-
* **contextify**:
21-
* 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)
22-
23-
* **deps**:
24-
* update npm to 2.15.5 (Rebecca Turner) [#6663](https://github.com/nodejs/node/pull/6663)
25-
26-
* **http**:
27-
* 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)
17+
- **buffer**:
18+
- Buffer.indexOf now returns correct values for all UTF-16 input (Anna Henningsen) [#6511](https://github.com/nodejs/node/pull/6511)
19+
- **contextify**:
20+
- 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)
21+
- **deps**:
22+
- update npm to 2.15.5 (Rebecca Turner) [#6663](https://github.com/nodejs/node/pull/6663)
23+
- **http**:
24+
- 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)
2825

2926
### Commits
3027

0 commit comments

Comments
 (0)