Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
alphaolomi committed Nov 15, 2023
1 parent ad3eb1b commit b24e797
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
/.php-cs-fixer.dist.php export-ignore
/art export-ignore
/docs export-ignore
/ UPGRADING.md export-ignore
/UPGRADING.md export-ignore
34 changes: 26 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,38 @@

All notable changes to `alphalomi/mrz` will be documented in this file.

### Unreleased
## [Future]

- Update README.md
- Add `MrzParser` class
- Update
- Skip Accent Dialectic characters tests
- Add Testing GH Action
- Add `MrzLine` class
- Add `MrzField` class

## [Unreleased]

- nothing

## [1.1.0] - 2023-03-15

### Added

- Add `MrzParser` class
- Add FUNDING.yml
- Add Testing GH Action

### Changed
- Improve README.md docs
- Skip Accent Dialectic characters tests

### 1.0.1 - 2023-11-13
## [1.0.1] - 2023-11-13

### Fixed

- Fix use of deprecated `utf8_decode` function


### 1.0.0 - 2023-11-13
## [1.0.0] - 2023-11-13

### Added

- initial release
- Add `Mrz` class

0 comments on commit b24e797

Please sign in to comment.