Skip to content

Commit 2335c4b

Browse files
committed
Strip trailing whitespace in changelog
1 parent b480cfa commit 2335c4b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

ChangeLog

+9-9
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
* Documentation improvments (Igor Zinkovsky, Bert Belder, Ilya Dmitrichenko,
115115
koichik, Maciej Małecki, Guglielmo Ferri, isaacs)
116116

117-
* Performance improvements (Daniel Ennis, Bert Belder, Ben Noordhuis)
117+
* Performance improvements (Daniel Ennis, Bert Belder, Ben Noordhuis)
118118

119119
* Long process.title support (Ben Noordhuis)
120120

@@ -370,7 +370,7 @@ koichik, Maciej Małecki, Guglielmo Ferri, isaacs)
370370

371371
* Fixes https host header default port handling. (Mikeal Rogers)
372372

373-
* #1440 strip byte order marker when loading *.js and *.json files
373+
* #1440 strip byte order marker when loading *.js and *.json files
374374
(Ben Noordhuis)
375375

376376
* #1434 Improve util.format() compatibility with browser. (Koichi Kobayashi)
@@ -581,9 +581,9 @@ koichik, Maciej Małecki, Guglielmo Ferri, isaacs)
581581

582582
* #829 Backport r8577 from V8 (Ben Noordhuis)
583583

584-
* #877 Don't wait for HTTP Agent socket pool to establish connections.
584+
* #877 Don't wait for HTTP Agent socket pool to establish connections.
585585

586-
* #915 Find kqueue on FreeBSD correctly (Brett Kiefer)
586+
* #915 Find kqueue on FreeBSD correctly (Brett Kiefer)
587587

588588
* #1085 HTTP: Fix race in abort/dispatch code (Stefan Rusu)
589589

@@ -980,7 +980,7 @@ koichik, Maciej Małecki, Guglielmo Ferri, isaacs)
980980

981981
* HTTPS server
982982

983-
* Built in debugger 'node debug script.js'
983+
* Built in debugger 'node debug script.js'
984984

985985
* realpath files during module load (Mihai Călin Bazon)
986986

@@ -1122,7 +1122,7 @@ koichik, Maciej Małecki, Guglielmo Ferri, isaacs)
11221122

11231123
* fs bugfixes (Tj Holowaychuk, Tobie Langel, Marco Rogers, isaacs)
11241124

1125-
* http bug fixes (Fedor Indutny, Mikeal Rogers)
1125+
* http bug fixes (Fedor Indutny, Mikeal Rogers)
11261126

11271127
* Faster buffers; breaks C++ API (Tim-Smart, Stéphan Kochen)
11281128

@@ -1291,7 +1291,7 @@ koichik, Maciej Małecki, Guglielmo Ferri, isaacs)
12911291
* Upgrade http-parser, V8 to 2.2.21
12921292

12931293

1294-
2010.06.21, Version 0.1.99, a620b7298f68f68a855306437a3b60b650d61d78
1294+
2010.06.21, Version 0.1.99, a620b7298f68f68a855306437a3b60b650d61d78
12951295

12961296
* Datagram sockets (Paul Querna)
12971297

@@ -1397,7 +1397,7 @@ koichik, Maciej Małecki, Guglielmo Ferri, isaacs)
13971397

13981398
2010.05.06, Version 0.1.94, f711d5343b29d1e72e87107315708e40951a7826
13991399

1400-
* Look in /usr/local/lib/node for modules, so that there's a way
1400+
* Look in /usr/local/lib/node for modules, so that there's a way
14011401
to install modules globally (Issac Schlueter)
14021402

14031403
* SSL improvements (Rhys Jones, Paulo Matias)
@@ -1417,7 +1417,7 @@ koichik, Maciej Małecki, Guglielmo Ferri, isaacs)
14171417
* Bugfix: destroy() instead of end() http connection at end of
14181418
pipeline
14191419

1420-
* Bugfix: http.Client may be prematurely released back to the
1420+
* Bugfix: http.Client may be prematurely released back to the
14211421
free pool. (Thomas Lee)
14221422

14231423
* Upgrade V8 to 2.2.8

0 commit comments

Comments
 (0)