Skip to content

Commit 7e689fd

Browse files
committed
changelog for #1779
1 parent 5919611 commit 7e689fd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](https://semver.org/).
44

55
## [Unreleased]
66

7+
- [#1779](https://github.com/plotly/dash/pull/1779):
8+
- Clean up our handling of serialization problems, including fixing `orjson` for Python 3.6
9+
- Added the ability for `dash.testing` `percy_snapshot` methods to choose widths to generate.
10+
711
- [#1763](https://github.com/plotly/dash/pull/1763):
812
## Dash and Dash Renderer
913

@@ -29,7 +33,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
2933
@dash.callback(Output(my_output, 'children'), Input(my_input, 'value'))
3034
def update(value):
3135
return f'You have entered {value}'
32-
36+
3337
```
3438
## Dash Core Components
3539

@@ -138,7 +142,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
138142
```python
139143
dcc.Checklist(inline=True)
140144
```
141-
145+
142146
## [2.0.0] - 2021-08-03
143147

144148
## Dash and Dash Renderer

0 commit comments

Comments
 (0)