Skip to content

Commit

Permalink
Removed sorting from column_sidecar transform
Browse files Browse the repository at this point in the history
  • Loading branch information
harmtemolder committed Jun 23, 2023
1 parent e71f567 commit 15a5b15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

### Changed

- Removed sorting from `column_sidecar` transform because this caused an error in at least one of my books

## [0.5.2-beta] - 2023-05-22

- Many thanks to @elmodor and igorius for their help!
Expand Down
3 changes: 1 addition & 2 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@
{k: d[k] for k in d if k != 'calculated'},
skipkeys=True,
indent=2,
default=str,
sort_keys=True
default=str
)),
}]
CHECKBOXES = [{
Expand Down

0 comments on commit 15a5b15

Please sign in to comment.