@@ -160,7 +160,7 @@ Bluetooth
160
160
* Added support for fixed passkeys to use in bonding procedures.
161
161
* Added a new Bluetooth shell command to send arbitrary HCI commands to the
162
162
controller.
163
- * Added a new feature to support multiple local identites using a single
163
+ * Added a new feature to support multiple local identities using a single
164
164
controller.
165
165
* Added a new, board-specific mesh sample for the nRF52x series that
166
166
implements the following models:
@@ -174,12 +174,12 @@ Bluetooth
174
174
* Controller: Added a TX Power Kconfig option.
175
175
* Controller: Use the newly available nrfx utility functions to access the
176
176
nRF5x hardware.
177
- * Controller: Multiple bugfixes .
177
+ * Controller: Multiple bug fixes .
178
178
* Controller: Added support for the nRF52810 SoC from Nordic Semiconductor.
179
179
* New HCI driver quirks API to support controllers that need uncommon reset
180
180
sequences.
181
- * Host: Multiple bugfixes for GATT and SMP.
182
- * Mesh: Multiple bugfixes .
181
+ * Host: Multiple bug fixes for GATT and SMP.
182
+ * Mesh: Multiple bug fixes .
183
183
184
184
Build and Infrastructure
185
185
************************
@@ -196,6 +196,19 @@ HALs
196
196
Documentation
197
197
*************
198
198
199
+ * Simplified and more maintainable theme applied to documentation.
200
+ Latest and previous four releases regenerated and published to
201
+ http://docs.zephyrproject.org
202
+ * Updated contributing guidelines
203
+ * General organization cleanup and spell check on docs including content
204
+ generated from Kconfig files and doxygen API comments.
205
+ * General improvements to documentation following code,
206
+ implementation changes, and in support of new features, boards, and
207
+ samples.
208
+ * Documentation generation now supported on Windows host systems
209
+ (previously only linux doc generation was supported).
210
+ * PDF version of documentation can now be created
211
+
199
212
200
213
Tests and Samples
201
214
*****************
0 commit comments