Skip to content

Commit 8048b83

Browse files
committed
Merge pull request #590 from dronekit/hgw_update_changenotes
Update changelist/release notes
2 parents 07171ba + 9b19a82 commit 8048b83

File tree

2 files changed

+123
-0
lines changed

2 files changed

+123
-0
lines changed

CHANGELOG.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,63 @@
11
# Changelog
22

3+
4+
## Version 2.3.0 (2016-11-25)
5+
6+
### New Features
7+
8+
* px4 compatability improvements
9+
10+
### Updated Features
11+
12+
* Documentation fixes
13+
* PIP repository improvements
14+
* mode-setting API improvements
15+
* ardupilot-solo compatability fixes
16+
17+
18+
19+
## Version 2.2.0 (2016-02-19)
20+
21+
### Bug Fixes
22+
23+
* Splits outbound messages into its own thread.
24+
* remove of capabilities request on HEARTBEAT listener
25+
* check if mode_mapping has items before iteration
26+
27+
## Version 2.1.0 (2016-02-16)
28+
29+
30+
### New Features
31+
32+
33+
* Gimbal control attribute
34+
* Autopilot version attribute
35+
* Autopilot capabilities attribute
36+
* Best Practice guide documentation.
37+
* Performance test example (restructured and docs added)
38+
39+
### Updated Features:
40+
41+
Many documentation fixes:
42+
43+
* Restructured documentation with Develop (Concepts) and Guide (HowTo) sections
44+
* Docs separated out "Connection Strings" section.
45+
* Improved test and contribution sections.
46+
* Updated examples and documentation to use DroneKit-Sitl for simulation ("zero setup examples")
47+
* Debugging docs updated with additional libraries.
48+
* Flight Replay example fetches data from TLOG rather than droneshare
49+
* Drone Delivery example now uses strart location for home address.
50+
* Disabled web tests (not currently supported/used)
51+
* Updated copyright range to include changes in 2016
52+
53+
### Bug Fixes
54+
55+
* Numerous minor docs fixes.
56+
* Harmonise nosetest options across each of the integration platforms
57+
* Fix incorrect property marker for airspeed attribute
58+
59+
60+
361
## Version 2.0.2 (2015-11-30)
462

563
### Bug Fixes:

docs/about/github_latest_release.txt

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,71 @@
33
Changelog
44
=========
55

6+
Version 2.3.0 (2016-11-25)
7+
--------------------------
8+
9+
New Features
10+
~~~~~~~~~~~~
11+
12+
* px4 compatability improvements
13+
14+
Updated Features
15+
~~~~~~~~~~~~~~~~
16+
17+
- Documentation fixes
18+
- PIP repository improvements
19+
- mode-setting API improvements
20+
- ardupilot-solo compatability fixes
21+
22+
23+
Version 2.2.0 (2016-02-19)
24+
--------------------------
25+
26+
Bug Fixes
27+
~~~~~~~~~
28+
29+
- Splits outbound messages into its own thread.
30+
- remove of capabilities request on HEARTBEAT listener
31+
- check if mode_mapping has items before iteration
32+
33+
34+
Version 2.1.0 (2016-02-16)
35+
--------------------------
36+
37+
New Features
38+
~~~~~~~~~~~~
39+
40+
- Gimbal control attribute
41+
- Autopilot version attribute
42+
- Autopilot capabilities attribute
43+
- Best Practice guide documentation.
44+
- Performance test example (restructured and docs added)
45+
46+
Updated Features
47+
~~~~~~~~~~~~~~~~
48+
49+
Many documentation fixes:
50+
51+
- Restructured documentation with Develop (Concepts) and Guide (HowTo) sections
52+
- Docs separated out "Connection Strings" section.
53+
- Improved test and contribution sections.
54+
- Updated examples and documentation to use DroneKit-Sitl for simulation ("zero setup examples")
55+
- Debugging docs updated with additional libraries.
56+
- Flight Replay example fetches data from TLOG rather than droneshare
57+
- Drone Delivery example now uses strart location for home address.
58+
- Disabled web tests (not currently supported/used)
59+
- Updated copyright range to include changes in 2016
60+
61+
62+
Bug Fixes
63+
~~~~~~~~~
64+
65+
- Numerous minor docs fixes.
66+
- Harmonise nosetest options across each of the integration platforms
67+
- Fix incorrect property marker for airspeed attribute
68+
69+
70+
671
Version 2.0.0 (2015-11-23)
772
--------------------------
873

0 commit comments

Comments
 (0)