Skip to content

Commit c37ac19

Browse files
committed
changelog: fix bad format and typos
https://onedigi.atlassian.net/browse/XBPL-425 Signed-off-by: Tatiana Leon <[email protected]>
1 parent 7ecfcf6 commit c37ac19

File tree

1 file changed

+24
-19
lines changed

1 file changed

+24
-19
lines changed

CHANGELOG.rst

Lines changed: 24 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,21 @@ v1.4.1 - 12/22/2021
4040
* Support for new hardware variants:
4141

4242
* XBee 3 Cellular LTE-M/NB-IoT (Telit)
43-
* XBee 3 Reduced RAM
43+
* XBee RR MMT/SMT
4444
* S2C P5
45-
* XBee XR 900
46-
* XBee XR 868
45+
* XBee XR 900 MMT/SMT
46+
* XBee XR 868 MMT/SMT
4747
* OTA firmware update:
4848

49-
* Implementation of considerations for versions 1009, 300A, 200A or prior
49+
* Implementation of considerations for versions 1009, 300A, 200A, or prior
5050
(XBPL-375)
5151
See:
5252

5353
* `Zigbee (1009 an prior) considerations <https://www.digi.com/resources/documentation/digidocs/90001539/#reference/r_considerations.htm>`_
5454
* `DigiMesh (older than 300A) considerations <https://www.digi.com/resources/documentation/Digidocs/90002277/#Reference/r_considerations.htm>`_
5555
* `802.15.4 (older than 200A) considerations <https://www.digi.com/resources/documentation/digidocs/90002273/#reference/r_considerations.htm>`_
56-
* When updating a remote profile, let the library calculate the `*.otb`
57-
file path based on the `*.xml` firmware file, as it does for the `*.ota`.
56+
* When updating a remote profile, let the library calculate the ``*.otb``
57+
file path based on the ``*.xml`` firmware file, as it does for the ``*.ota``.
5858
* XBee Cellular:
5959

6060
* Do not work with network if the XBee does not support it (XBPL-374)
@@ -65,14 +65,17 @@ v1.4.1 - 12/22/2021
6565
* Add info about the ``force_settings`` parameter of ``open`` method (#241)
6666
* Add missing ``exportutils`` module to documentation.
6767
* Set exclusive access mode to the XBee serial port (#222, #252)
68-
* Do not stop frames reader if a serial buffer empty exception occurs (#222, #252)
69-
* Do not use 'os.path.join()' for relative paths of zip entries (#247)
68+
* Do not stop frames reader if a serial buffer empty exception occurs
69+
(#222, #252)
70+
* Do not use ``os.path.join()`` for relative paths of zip entries (#247)
7071
* Fix bad conditions when checking for a received packet (#242)
7172
* Fix attribute name in find neighbors debug message (#122)
7273
* Fix remote firmware update issue with binary file on SX devices.
7374
* Fix protocol change issues during firmware update operation on SX devices.
74-
* Do not reconfigure SP and SN values after a firmware update operation in P2MP protocol.
75-
* Add new method to update salt and verifier values of Bluetooth password SRP authentication.
75+
* Do not reconfigure SP and SN values after a firmware update operation in P2MP
76+
protocol.
77+
* Add new method to update salt and verifier values of Bluetooth password SRP
78+
authentication.
7679
* Several minor bug fixes.
7780

7881
v1.4.0 - 03/18/2021
@@ -111,14 +114,16 @@ v1.4.0 - 03/18/2021
111114
``set_many_to_one_broadcasting_time()``.
112115
* Support for source route creation: ``create_source_route()``.
113116
* New frames:
114-
* 'Route Record Indicator' (0xA1)
115-
* 'Create Source Route Packet' (0x21)
117+
118+
* Route Record Indicator (0xA1)
119+
* Create Source Route Packet (0x21)
116120
* DigiMesh:
117121

118122
* Method to get node neighbors: ``get_neighbors()``.
119123
* Method to build aggregate route: ``build_aggregate_routes()``.
120124
* New frames:
121-
* 'Route Information Packet' (0x8D)
125+
126+
* Route Information Packet (0x8D)
122127
* Documentation update
123128
* Bug fixing:
124129

@@ -136,7 +141,7 @@ v1.4.0 - 03/18/2021
136141
* Use requested file offset and size instead of fixed chunks (XBPL-344)
137142
* Mechanism to calculate the proper block size based on the maximum size
138143
received by the client and the maximum payload size (XBPL-346)
139-
* For asyncronous sleeping nodes (Zigbee, DigiMesh, 802.15.4) and
144+
* For asynchronous sleeping nodes (Zigbee, DigiMesh, 802.15.4) and
140145
synchronous sleeping networks (DigiMesh), configure a minimum sleep time
141146
before update and restore settings at the end.
142147
For DigiMesh synchronous sleeping network, the local XBee must be a
@@ -147,7 +152,7 @@ v1.4.0 - 03/18/2021
147152
extra processing time and required space when retrieving profile info.
148153
* Remove profile extracted files. A profile is opened to access to its
149154
contents, and must be closed when done with it.
150-
* Fixed the application of XBee profiles with 'AP' setting changes
155+
* Fixed the application of XBee profiles with ``AP`` setting changes
151156
(XBPL-340)
152157
* Fixed bootloader update from profile due to bootloader image path
153158
mismatch (XBPL-338)
@@ -193,8 +198,8 @@ v1.2.0 - 04/05/2019
193198
* Callbacks are now executed in parallel.
194199
* Internal callbacks are now defined when needed to avoid issues when more
195200
than one callback of the same type is defined.
196-
* Add missing 'Transmit Status', 'Modem Status' and 'Cellular Association
197-
Indication Status' values to cover all XBee Cellular/XBee3 Cellular features.
201+
* Add missing ``Transmit Status``, ``Modem Status``, and ``Cellular Association
202+
Indication Status`` values to cover all XBee Cellular/XBee3 Cellular features.
198203
* Bug Fixing:
199204

200205
* Fix some bugs related to package spec data.
@@ -225,12 +230,12 @@ v1.1.0 - 01/19/2018
225230
* Add support for new hardware variants:
226231

227232
* XB8X
228-
* Add missing 'Modem Status' values for Remote Manager connect and disconnect
233+
* Add missing ``Modem Status`` values for Remote Manager connect and disconnect
229234
events.
230235
* Bug Fixing:
231236

232237
* Fix timeouts on Unix platforms.
233-
* Fix the return source endpoint method from the 'ExplicitRXIndicatorPacket'
238+
* Fix the return source endpoint method from the ``ExplicitRXIndicatorPacket``
234239
class.
235240
* Perform general bug fixing when working in API escaped mode.
236241

0 commit comments

Comments
 (0)