Skip to content

Commit

Permalink
fix: Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhazen committed Apr 16, 2024
1 parent 900df63 commit c7da15f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# [3.1.0] - 2023-03-25
# [3.1.1] - 2024-04-15

### Fixed
- Fix file access to be compiler-conditional for Android.
- Make compile-time conditional surrounding interface property match the compile-time conditional surrounding the implementation.
- Add compile-time conditional around WriteAsync override implementation.

# [3.1.0] - 2024-04-11
### Added
- feat: Added extension methods to be used by sample scripts.
- feat: Moved checks for input to `InputUtility` class for better abstraction.
Expand Down

0 comments on commit c7da15f

Please sign in to comment.