Skip to content

Commit

Permalink
πŸ“ Update the changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Krupinski committed Feb 9, 2024
1 parent ed14872 commit 5a825a1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,19 @@
### Changed

- Wrap render errors in `RenderError`.
- Renamed engine adapters from ${engine}Renderer to ${engine}Adapter.
- Rename engine adapters from ${engine}Renderer to ${engine}Adapter.
- Reorder `render()` parameters to follow `source, target, options`.
- Rename parameter `excluded` to `exclude` and set default to `__pycache__`.

### Added

- Add `remove_suffixes` and `exclude_extend` optional parameters to `render()`.

### Removed

- Remove support for tornado.
- Remove `template_root` parameter from `redner()` - it's taken from the `adapter`.

### Fixed

- Fix template file name resolution for Jinja on Windows.
Expand Down

0 comments on commit 5a825a1

Please sign in to comment.