Skip to content

Commit e7e9734

Browse files
committed
update changelog for next 0.7.0 up-comming release
1 parent db94dfd commit e7e9734

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Changelog
22

3-
## 0.7.0-a1 (2022-03-30)
3+
## 0.7.0 (unreleased)
44

5-
- This pre-release is available in PyPI with `--pre` flag.
65
- [0.6.0 → 0.7.0 Migration Guide](https://github.com/np-8/dash-uploader/wiki/Migration-Guide#060--070).
76

87
### Fixed
8+
- Addressed an issue where a fresh install would encounter an `AttributeError` due to the removal of `LegacyVersion` class in `packaging.version`. This resolution is detailed in [PR 128](https://github.com/fohrloop/dash-uploader/pull/128), effectively resolving issue [#111](https://github.com/fohrloop/dash-uploader/issues/111).
9+
- Clarified size units by changing "Mb" to "MB" for better readability and consistency. See the details in [PR 133](https://github.com/fohrloop/dash-uploader/pull/133).
910
- Calling callback each time file is uploaded in multi-file upload case (Fixes: [#5](https://github.com/np-8/dash-uploader/issues/5), [#20](https://github.com/np-8/dash-uploader/issues/20) & [#44](https://github.com/np-8/dash-uploader/issues/44))
1011
- Progress bar problems when uploading multiple files (Fixes: [#84](https://github.com/np-8/dash-uploader/issues/84))
1112
- Instead of returing `None`, raise `dash.exceptions.PreventUpdate`. This should reduce errors seen in the browser console. [PR 54](https://github.com/np-8/dash-uploader/pull/54)

0 commit comments

Comments
 (0)