Skip to content

Commit 19b35ab

Browse files
committed
Fix changelog typos
1 parent d4d8966 commit 19b35ab

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ version 2.5.0rc1
9191
* Fix and enhancements to Tornado clients (seril and tcp)
9292
* Fix and enhancements to Asyncio client and server
9393
* Update Install instructions
94-
* Synchronous client retry on empty and error enhancments
94+
* Synchronous client retry on empty and error enhancements
9595
* Add new modbus state `RETRYING`
9696
* Support runtime response manipulations for Servers
9797
* Bug fixes with logging module in servers
@@ -147,7 +147,7 @@ Version 2.2.0
147147
* Fix read timeout calculation in ModbusTCP.
148148
* Fix SQLDbcontext always returning InvalidAddress error.
149149
* Fix SQLDbcontext update failure
150-
* Fix Binary payload example for endianess.
150+
* Fix Binary payload example for endianness.
151151
* Fix BinaryPayloadDecoder.to_coils and BinaryPayloadBuilder.fromCoils methods.
152152
* Fix tornado async serial client `TypeError` while processing incoming packet.
153153
* Fix erroneous CRC handling in Modbus RTU framer.
@@ -230,7 +230,7 @@ Version 1.5.1
230230
231231
Version 1.5.0
232232
------------------------------------------------------------
233-
* Improve transaction speeds for sync clients (RTU/ASCII), now retry on empty happens only when retry_on_empty kwarg is passed to client during intialization
233+
* Improve transaction speeds for sync clients (RTU/ASCII), now retry on empty happens only when retry_on_empty kwarg is passed to client during initialization
234234
235235
`client = Client(..., retry_on_empty=True)`
236236
@@ -259,20 +259,20 @@ Version 1.4.0
259259
* Payload builder and decoder can now deal with the wordorder as well of 32/64 bit data.
260260
* Support Database slave contexts (SqlStore and RedisStore)
261261
* Custom handlers could be passed to Modbus TCP servers
262-
* Asynchronous Server could now be stopped when running on a seperate thread (StopServer)
262+
* Asynchronous Server could now be stopped when running on a separate thread (StopServer)
263263
* Signal handlers on Asynchronous servers are now handled based on current thread
264264
* Registers in Database datastore could now be read from remote clients
265265
* Fix examples in contrib (message_parser.py/message_generator.py/remote_server_context)
266266
* Add new example for SqlStore and RedisStore (db store slave context)
267267
* Fix minor comaptibility issues with utilities.
268268
* Update test requirements
269269
* Update/Add new unit tests
270-
* Move twisted requirements to extra so that it is not installed by default on pymodbus installtion
270+
* Move twisted requirements to extra so that it is not installed by default on pymodbus installation
271271
272272
Version 1.3.2
273273
------------------------------------------------------------
274-
* ModbusSerialServer could now be stopped when running on a seperate thread.
275-
* Fix issue with server and client where in the frame buffer had values from previous unsuccesful transaction
274+
* ModbusSerialServer could now be stopped when running on a separate thread.
275+
* Fix issue with server and client where in the frame buffer had values from previous unsuccessful transaction
276276
* Fix response length calculation for ModbusASCII protocol
277277
* Fix response length calculation ReportSlaveIdResponse, DiagnosticStatusResponse
278278
* Fix never ending transaction case when response is received without header and CRC
@@ -306,7 +306,7 @@ Version 1.3.0.rc1
306306
* Added ability to ignore missing slaves
307307
* Added ability to revert to ZeroMode
308308
* Passed a number of extra options through the stack
309-
* Fixed documenation and added a number of examples
309+
* Fixed documentation and added a number of examples
310310
311311
Version 1.2.0
312312
------------------------------------------------------------

0 commit comments

Comments
 (0)