@@ -160,7 +160,7 @@ Bluetooth
160160* Added support for fixed passkeys to use in bonding procedures.
161161* Added a new Bluetooth shell command to send arbitrary HCI commands to the
162162 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
164164 controller.
165165* Added a new, board-specific mesh sample for the nRF52x series that
166166 implements the following models:
@@ -174,12 +174,12 @@ Bluetooth
174174* Controller: Added a TX Power Kconfig option.
175175* Controller: Use the newly available nrfx utility functions to access the
176176 nRF5x hardware.
177- * Controller: Multiple bugfixes .
177+ * Controller: Multiple bug fixes .
178178* Controller: Added support for the nRF52810 SoC from Nordic Semiconductor.
179179* New HCI driver quirks API to support controllers that need uncommon reset
180180 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 .
183183
184184Build and Infrastructure
185185************************
@@ -196,6 +196,19 @@ HALs
196196Documentation
197197*************
198198
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+
199212
200213Tests and Samples
201214*****************
0 commit comments