Skip to content

Commit

Permalink
Mention PR in ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Apr 12, 2019
1 parent b2958bd commit 91926f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ The `Unreleased` section name is replaced by the expected version of next releas
- `dotnet new eqxetl` is now `dotnet new eqxsync`
- `dotnet new eqxsync` now supports command-line category white/blacklist [#18](https://github.com/jet/dotnet-templates/pull/18)
- `dotnet new eqxsync` now supports command-line selection of an `aux` collection in either the `source` or destination collections [#18](https://github.com/jet/dotnet-templates/pull/18)
- `dotnet new eqxsync` has separated processing for progress computation, progress writing and batch loading (this also happens to be the only way in which to balance throughput with correctness in the context of a ChangeFeedProcessor) [#19](https://github.com/jet/dotnet-templates/pull/19)
- Targets `Equinox`.* v `2.0.0-preview5`
- `dotnet new eqxprojector` now uses `Jet.ConfluentKafka.FSharp 1.0.0-rc2` (which uses `Confluent.Kafka 1.0.0-RC3`, `librdkafka 1.0.0`)

### Removed
### Fixed555
### Fixed

<a name="2.0.0"></a>
## [2.0.0] - 2019-03-26
Expand Down

0 comments on commit 91926f7

Please sign in to comment.