This is an automated email from the ASF dual-hosted git repository.

blankensteiner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-dotpulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 654f4cf  Fixed typos
654f4cf is described below

commit 654f4cf3b08a1ce421962cf7cb48409dea2581df
Author: Daniel Blankensteiner <[email protected]>
AuthorDate: Tue Jul 4 10:35:55 2023 +0200

    Fixed typos
---
 CHANGELOG.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 721b05c..8322fcb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,12 +10,12 @@ The format is based on [Keep a 
Changelog](https://keepachangelog.com/en/1.0.0/)
 
 - Support for `ProducerAccessMode` to prevent multiple producers on a single 
topic
 - A new `Fenced` state for producers which is a final state
-- The ability to explicitly set compression information on an outcoming 
message using `MessageMetadata`
+- The ability to explicitly set compression information on an outgoing message 
using `MessageMetadata`
 
 ### Fixed
 
-- Issue preventing readers from correctly go into `Faulted` state
-- The `Send` extension methods that includes `MessageMetadata` which prevented 
more than two messages from being published on namespaces with deduplication 
enableded
+- Issue preventing readers from correctly going into the `Faulted` state
+- The `Send` extension methods that include `MessageMetadata`, which prevented 
more than two messages from being published on namespaces with deduplication 
enabled
 - Calling `await Send(...)` on a producer did not correctly terminate with an 
exception when a send operation failed (e.g. because the producer faulted)
 - The 'Partition' in 'MessageId' will now be set to the correct partition when 
producing to partitioned topics
 

Reply via email to