Skip to content

Commit

Permalink
chore: deprecate isCOMInitialized in favor of isComInitialized (#903
Browse files Browse the repository at this point in the history
)
  • Loading branch information
halildurmus authored Oct 2, 2024
1 parent e6068d8 commit aecd0ea
Show file tree
Hide file tree
Showing 8 changed files with 9,612 additions and 9,576 deletions.
6 changes: 4 additions & 2 deletions packages/win32/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,10 @@ All notable changes to this project will be documented in this file.
- Deprecate `MOM_DONE` constant in favor of `MM_MOM_DONE` (#902)
- Deprecate `MIM_MOREDATA` constant in favor of `MM_MIM_MOREDATA` (#902)
- Deprecate `MOM_POSITIONCB` constant in favor of `MM_MOM_POSITIONCB` (#902)
- You can automatically migrate your code to use the new constants by running
`dart fix --apply` in your terminal.
- Add `isComInitialized` getter (#903)
- Deprecate `isCOMInitialized` getter in favor of `isComInitialized` (#903)
- You can automatically migrate your code to use the new constants and
properties by running `dart fix --apply` in your terminal.

## [5.5.5] - 2024-10-02

Expand Down
Loading

0 comments on commit aecd0ea

Please sign in to comment.