Skip to content

Commit

Permalink
Add note about InputPosition to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rkusa committed Dec 6, 2022
1 parent a285bad commit ae7fcc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added `GetSessionId` API
- Added `GetDetectedTargets` API. Method follows the DCS implementation of controller's getDetectedTargets. Can optionally also return the unit or weapon objects tracked by the radar.
- Added `orientation` and `velocity` to `Unit` object
- Added `u`/`v` coordinates (offset from DCS map origin in meters) to `Position`s
- Added `u`/`v` coordinates (offset from DCS map origin in meters) to `Position`s used in responses. To not require them in requests, all positions provided in requests got changed to a new `InputPosition` type (you'll have to update your requests, simply replace `Position` with `InputPosition` in them).
- `GetRealTime` API
- Added `orientation` and `velocity` to `Weapon` object
- Added DCS `time` of the update to units stream (`StreamUnitsResponse`)
Expand Down

0 comments on commit ae7fcc0

Please sign in to comment.