Skip to content

Commit a8f008a

Browse files
ApolloZhuEyreFree
authored andcommitted
Update change log for 6.2.1
1 parent ae3dc3d commit a8f008a

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

CHANGELOG.md

+14-6
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,28 @@
11
# Change Log
22

3+
## [6.2.1](https://github.com/EFPrefix/EFQRCode/releases/tag/6.2.1) (2021-02-16)
4+
5+
#### Fix
6+
7+
- Fix `EFCirclePointStyle` to respect `isTimingPointStyled` settings.
8+
9+
---
10+
311
## [6.2.0](https://github.com/EFPrefix/EFQRCode/releases/tag/6.2.0) (2021-11-21)
412

5-
## Add
13+
#### Add
614

715
- Add `EFPointStyle` protocol to allow customizing foreground point style.
816

9-
## Deprecate
17+
#### Deprecate
1018

1119
- `EFPointShape` is deprecated. Use `EFPointStyle` instead.
1220

1321
---
1422

1523
## [6.1.0](https://github.com/EFPrefix/EFQRCode/releases/tag/6.1.0) (2021-04-08)
1624

17-
## Add
25+
#### Add
1826

1927
- Supports chaining `EFQRCodeGenerator` configuration methods.
2028
- `EFQRCodeGenerator` properties are now public.
@@ -23,7 +31,7 @@
2331
- Swift: `EFWatermarkMode.rectForWatermark(ofSize:inCanvasOfSize:)` can be used to calculate the frame for watermark image in a canvas.
2432
- Objective-C: New tests to ensure APIs are available in Objective-C.
2533

26-
## Change
34+
#### Change
2735

2836
- Renamed `EFQRCodeGenerator` configuration methods to be more consistent.
2937
- Renamed `EFQRCode` and reordered convenience generate function arguments to be consistent with generator methods.
@@ -33,11 +41,11 @@
3341
- Renamed `CGColor` extensions `white` and `black` to omit first argument label.
3442
- Objective-C: `EFQRCodeGenerator` and `EFQRCodeRecognizer` is now fully available to configure/use in Objective-C.
3543

36-
## Deprecate
44+
#### Deprecate
3745

3846
- `EFQRCodeMode.none` is now deprecated. Use `nil` and `EFQRCodeMode?` instead.
3947

40-
## Remove
48+
#### Remove
4149

4250
- `EFUIntPixel` is no longer a part of the public interface.
4351
- GIF generation no longer takes `pathToSave` parameter.

0 commit comments

Comments
 (0)