# CNN Markdown Service Changelog

## 2016-03-02, Version 1.2.0, @jamsyoung

### Notable changes
- Fix exposed HTML around lists and unencoded urls

### Commits
* [[`32ae266b99`](https://github.com/cnnlabs/cnn-markdown-service/commit/32ae266b99)] - **(SEMVER-MINOR)** Added fix to encode parentheses in urls (#8) (Matt) [#8](https://github.com/cnnlabs/cnn-markdown-service/pull/8)
* [[`411320a5fa`](https://github.com/cnnlabs/cnn-markdown-service/commit/411320a5fa)] - **(SEMVER-MINOR)** **markdown-service**: add support for ul/ol (#4) (Katie Owen) [#4](https://github.com/cnnlabs/cnn-markdown-service/pull/4)
* [[`56327726a4`](https://github.com/cnnlabs/cnn-markdown-service/commit/56327726a4)] - **(SEMVER-MINOR)** **markdown-service**: update ordered lists (Katie Owen) [#6](https://github.com/cnnlabs/cnn-markdown-service/pull/6)
* [[`050ea476af`](https://github.com/cnnlabs/cnn-markdown-service/commit/050ea476af)] - **(SEMVER-MINOR)** **markdown-service**: single quote encoding (sean joseph) [#7](https://github.com/cnnlabs/cnn-markdown-service/pull/7)
* [[`a8c6e35883`](https://github.com/cnnlabs/cnn-markdown-service/commit/a8c6e35883)] - **(SEMVER-MINOR)** **markdown-service**: add support for del tags (#3) (Katie Owen) [#3](https://github.com/cnnlabs/cnn-markdown-service/pull/3)



## 2016-10-24, Version 1.1.0, @jamsyoung

### Notable changes

- Honor numbered lists, do not process them as markdown


### Known issues

See https://github.com/cnnlabs/cnn-markdown-service/labels/defect for complete and
current list of known issues.


### Commits

* [[`da6b2a3e71`](https://github.com/cnnlabs/cnn-markdown-service/commit/da6b2a3e71)] - **markdown-service**: add support for numbered lists (#5) (Katie Owen)
* [[`44038296c3`](https://github.com/cnnlabs/cnn-markdown-service/commit/44038296c3)] - **test**: add additional unit test around strong tag conversion (James Young)
* [[`d039e6237f`](https://github.com/cnnlabs/cnn-markdown-service/commit/d039e6237f)] - **test**: update testcase (James Young)



## 2016-07-07, Version 1.0.1, @jamsyoung

### Notable changes

- Fix a defect when strong tags included content with an asterisk


### Known issues

See https://github.com/cnnlabs/cnn-markdown-service/labels/defect for complete and
current list of known issues.


# Commits

* [[`c77a04e964`](https://github.com/cnnlabs/cnn-markdown-service/commit/c77a04e964)] - **license**: add licenses (James Young)
* [[`7f537d866b`](https://github.com/cnnlabs/cnn-markdown-service/commit/7f537d866b)] - **markdown-service**: properly handle <strong> tags that include asterisks (James Young)




## 2016-06-30, Version 1.0.0, @jamsyoung

### Notable changes

- Initial release


### Known issues

See https://github.com/cnnlabs/cnn-markdown-service/labels/defect for complete and
current list of known issues.


# Commits

All of them up to the v1.0.0 tag
