Skip to content

Commit

Permalink
Update changelog for v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dennis committed Mar 20, 2021
1 parent ca674dd commit 8d0a422
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog

## Next version
[Full Changelog](https://github.com/dennis/slipstream/compare/v0.4.0...main)
[Full Changelog](https://github.com/dennis/slipstream/compare/v0.4.1...main)

## [0.4.1](https://github.com/dennis/slipstream/releases/tag/v0.4.1) (2021-03-20)
[Full Changelog](https://github.com/dennis/slipstream/compare/v0.4.0...v0.4.1)
- Bugfix: Event IRacingCarInfo now sets LocalUser correctly
- Event: Added CurrentDriverLicense to IRacingCarInfo
- Event: Added Category to IRacingCurrentSession
Expand Down Expand Up @@ -34,7 +37,7 @@
- IRacingPlugin: Change IRacingDriverIncident: Rename Incident(Count|Delta) to DriverIncident(Count|Delta). Added fields: TeamIncident(Count|Delta) and MyIncident(Count|Delta)
- IRacingPlugin: Adds: IRacingTowed event

## [0.4.0](https://github.com/dennis/slipstream/releases/tag/v0.3.0) (2020-01-10)
## [0.4.0](https://github.com/dennis/slipstream/releases/tag/v0.4.0) (2020-01-10)
[Full Changelog](https://github.com/dennis/slipstream/compare/v0.3.0...v0.4.0)
- Lua: Deduplicate identical events. If one or more scripts sends the same
event on the eventbus during start, they will be deduplicated. This means,
Expand Down

0 comments on commit 8d0a422

Please sign in to comment.