Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 6bbe636

Browse files
authored
Update changelog
1 parent 75dbad2 commit 6bbe636

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
99
(mimicking the `window.location` API). `href` can be used to handle
1010
`pathname`, `hash`, and `search` in aggregate, or each can be manipulated
1111
independently.
12+
- The `children` property of `dash_core_components.Markdown` and
13+
`dash_core_components.SyntaxHighlighter` now accepts an
14+
array of strings (previously it *had* to be a string). Now,
15+
if an array is provided, it is collapsed into a string with line
16+
breaks (see #134).
1217

1318
## [0.15.3] - 2017-12-11
1419
### Fixed

0 commit comments

Comments
 (0)