Skip to content

Commit

Permalink
Use imperative when describing changelog entries
Browse files Browse the repository at this point in the history
Co-authored-by: Joao Azevedo <joao.c.azevedo@gmail.com>
  • Loading branch information
thyandrecardoso and jcazevedo authored Oct 7, 2023
1 parent 6e5c155 commit 4bebdf8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ Several dependencies were update to their latest versions. You can see all the d

### Changed
- Stop depending on `scala-logging` for logging purposes inside `ElasticsearchBulkInserter` and use `ActorLogging` instead ([#550](https://github.com/adzerk/apso/pull/550)).
- Updated scala version to 2.13.12 ([#540](https://github.com/adzerk/apso/pull/540)).
- Updated other dependencies.
- Update Scala version to 2.13.12 ([#540](https://github.com/adzerk/apso/pull/540)).
- Update other dependencies.

### Deprecated
- Deprecated `CompositeIterator` ([#488](https://github.com/adzerk/apso/pull/488)).
- Deprecate `CompositeIterator` ([#488](https://github.com/adzerk/apso/pull/488)).

### Removed
- Remove Elasticsearch TestKit ([#490](https://github.com/adzerk/apso/pull/490)).
- Dropped `apso-log` project ([#549](https://github.com/adzerk/apso/pull/549)).
- Drop apso-log project ([#549](https://github.com/adzerk/apso/pull/549)).

[0.19.0]: https://github.com/velocidi/apso/compare/v0.18.8...v0.19.0

Expand Down

0 comments on commit 4bebdf8

Please sign in to comment.