Skip to content

Commit c452181

Browse files
committed
changelog: removed leading spaces
1 parent 666605a commit c452181

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ S('oneAtATime').underscore().s //'one_at_a_time' instead of 'one_at_atime'
1313

1414
3.0.0 / 2014-12-08
1515
------------------
16-
**BREAKING** Now `underscore()` behaves as one would expect.
16+
**BREAKING** Now `underscore()` behaves as one would expect.
1717

1818
```js
1919
S('CarSpeed').underscore().s //'_car_speed'
@@ -56,7 +56,7 @@ See [#122](https://github.com/jprichardson/string.js/pull/122) [#98](https://git
5656

5757
1.9.0 / 2014-06-23
5858
------------------
59-
* added `wrapHTML()` method, (#90)
59+
* added `wrapHTML()` method, (#90)
6060

6161
1.8.1 / 2014-04-23
6262
------------------
@@ -96,7 +96,7 @@ See [#122](https://github.com/jprichardson/string.js/pull/122) [#98](https://git
9696
* The configurable option "Escape character" is documented as "escape" but was implemented as "escapeChar" (Reggino #44)
9797
* removed `lines()`, better to not have it, then to do it incorrectly (#40)
9898
* added `humanize()` method, (#34)
99-
* added `count()` method, (#41)
99+
* added `count()` method, (#41)
100100

101101
1.3.1 / 2013-04-03
102102
------------------
@@ -123,7 +123,7 @@ See [#122](https://github.com/jprichardson/string.js/pull/122) [#98](https://git
123123
* Fixed replaceAll bug. #21
124124
* Changed `slugify` behavior. #17
125125
* Renamed `decodeHtmlEntities` to `decodeHTMLEntities` for consistency. `decodeHtmlEntities` is deprecated. #23
126-
126+
127127

128128
1.1.0 / 2012-10-08
129129
------------------
@@ -145,7 +145,7 @@ See [#122](https://github.com/jprichardson/string.js/pull/122) [#98](https://git
145145
* Constructor will now cast the parameter to a string via its `toString()` method.
146146
* Added `VERSION` value. Useful for browser dependency checking.
147147
* Added `lines()` method.
148-
* Added `slugify()` method.
148+
* Added `slugify()` method.
149149
* Added `escapeHTML()` and `unescapeHTML()` methods.
150150
* Added `truncate()` method.
151151
* Added `stripTags()` method.

0 commit comments

Comments
 (0)