Skip to content

Commit

Permalink
chore: update CHANGELOG with recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nlfiedler committed Nov 18, 2023
1 parent e960a26 commit c9d8488
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This file follows the convention described at
[Keep a Changelog](http://keepachangelog.com/en/1.0.0/).

## [Unreleased]
### Changed
- **Breaking**: 5ohue: added `CompositeOperator` in place of `bindings::CompositeOperator`.
Instead of using `bindings::CompositeOperator_LightenIntensityCompositeOp` one must now
use `CompositeOperator::LightenIntensity`.
### Added
- 5ohue: added `sigmoidal_contrast_image()` function to the wand API.

## [0.19.1] - 2023-09-23
### Changed
- Feature `disable-hdri` is now enabled by default to work around an apparent
Expand Down

0 comments on commit c9d8488

Please sign in to comment.