Skip to content

Commit 72612ed

Browse files
authored
Correct HISTORY header for most recent release (#365)
The most recent release was 2.2.3, not 2.3.2 -- we can fix the log. While we're at it, can fix a few typos in this file too.
1 parent 211a8f3 commit 72612ed

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

HISTORY.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# 2.3.2 / 2023-06-12
2-
- Update project to use github actions
1+
# 2.2.3 / 2023-06-12
2+
- Update project to use GitHub Actions
33
- Support for Python 3.10 and 3.11
44
- Return values for function calls via the proxy
55

@@ -52,7 +52,7 @@
5252
- Add `shutdown` function
5353
- Add gzip support
5454
- Add exponential backoff with jitter when retrying
55-
- Add a paramater in Client to configure max retries
55+
- Add a parameter in Client to configure max retries
5656
- Limit batch upload size to 500KB
5757
- Drop messages greater than 32kb
5858
- Allow user-defined upload size
@@ -73,7 +73,7 @@
7373

7474
# 1.2.6 / 2016-12-07
7575

76-
- dont add messages to the queue if send is false
76+
- don't add messages to the queue if send is false
7777
- drop py32 support
7878

7979
# 1.2.5 / 2016-07-02
@@ -129,7 +129,7 @@
129129

130130
# 1.0.1 / 2014-09-08
131131

132-
- fixing unicode handling, for write_key and events
132+
- fixing Unicode handling, for write_key and events
133133
- adding six to requirements.txt and install scripts
134134

135135
# 1.0.0 / 2014-09-05
@@ -139,8 +139,8 @@
139139
- moving to analytics.write_key API
140140
- moving consumer to a separate thread
141141
- adding request retries
142-
- making analytics.flush() syncrhonous
143-
- adding full travis tests
142+
- making analytics.flush() synchronous
143+
- adding full Travis tests
144144

145145
# 0.4.4 / 2013-11-21
146146

0 commit comments

Comments
 (0)