summaryrefslogtreecommitdiff
path: root/doc/changelogs/CHANGELOG_V4.md
diff options
context:
space:
mode:
authorMyles Borins <mborins@us.ibm.com>2016-05-24 15:19:05 -0700
committerMyles Borins <mborins@us.ibm.com>2016-06-01 13:15:51 -0700
commit8c1d5e58d4ddfbac20dfd3b0816d7593fad5d256 (patch)
tree9e70726991d2bfdc1f70bd55c922f56f161c6f4d /doc/changelogs/CHANGELOG_V4.md
parent3e7c5bcf8702b3a950517d39411cd1bb02f9cb4a (diff)
downloadandroid-node-v8-8c1d5e58d4ddfbac20dfd3b0816d7593fad5d256.tar.gz
android-node-v8-8c1d5e58d4ddfbac20dfd3b0816d7593fad5d256.tar.bz2
android-node-v8-8c1d5e58d4ddfbac20dfd3b0816d7593fad5d256.zip
doc: improve rendering of v4.4.5 changelog entry
Remove extra newlines that were causing rendering problems. PR-URL: https://github.com/nodejs/node/pull/6958 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Diffstat (limited to 'doc/changelogs/CHANGELOG_V4.md')
-rw-r--r--doc/changelogs/CHANGELOG_V4.md19
1 files changed, 8 insertions, 11 deletions
diff --git a/doc/changelogs/CHANGELOG_V4.md b/doc/changelogs/CHANGELOG_V4.md
index ca0dcb96e5..6c96d7b13c 100644
--- a/doc/changelogs/CHANGELOG_V4.md
+++ b/doc/changelogs/CHANGELOG_V4.md
@@ -51,17 +51,14 @@ will be supported actively until April 2017 and maintained until April 2018.
### Notable Changes
-* **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)
+- **buffer**:
+ - Buffer.indexOf now returns correct values for all UTF-16 input (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)
### Commits