Skip to content

Commit ad5a1a9

Browse files
Updating changelog
1 parent c3a50dd commit ad5a1a9

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,22 @@ All notable changes to this project will be documented in this file.<br>
4747
### Added
4848
- Added support to Xcode 10.2 and Swift 5.0
4949

50-
### Removed
51-
- Removed all the deprecated functions and variables
52-
5350
### Changed
5451
- Renamed `countSymbols()` to `countPunctuations()` in String extension, the old one has been deprecated but still valid
5552
- Changed parameter type and return type of `degreesToRadians(_:)` and `radiansToDegrees(_:)` from `Float` to `Double` in Number extension
5653
- Changed parameter type of `rotate(radians:)` and `rotate(degrees:)` from `Float` to `Double` in UIImage extension
5754
- Changed `search(_:)` function in List struct that now returns `Int` instead of `Int?` by returning `-1` instead of `nil` if the `Element` is not found
5855
- Changed BFLog messages from emojis to `[ERROR]`, `[WARNING]`, `[DEBUG]` and `[INFO]`
56+
- Changed the behavior of Calendar instances in Date extension on Linux
5957

6058
### Improved
6159
- Improved `count*` chars functions in String extension
6260
- Improved build performance
6361
- Updated SwiftLint to 0.31.0
6462

63+
### Removed
64+
- Removed all the deprecated functions and variables
65+
6566
---
6667

6768
## [4.1.0](https://github.com/FabrizioBrancati/BFKit-Swift/releases/tag/4.1.0) - Spend That Money
@@ -80,13 +81,13 @@ Thanks to [@gennick](https://github.com/gennick) for this release
8081
- Added new iPad Pro 11-inch and 12.9-inch in UIDevice extension
8182
- Added missing CoreGraphics files to CocoaPods
8283

83-
### Removed
84-
- Removed watchOS 2.0 support in favor of watchOS 3.0, thanks to an App Store submission bug [#11](https://github.com/FabrizioBrancati/BFKit-Swift/issues/11)
85-
8684
### Improved
8785
- Improved settings reading and saving in FileManager extension
8886
- Updated SwiftLint to 0.29.2
8987

88+
### Removed
89+
- Removed watchOS 2.0 support in favor of watchOS 3.0, thanks to an App Store submission bug [#11](https://github.com/FabrizioBrancati/BFKit-Swift/issues/11)
90+
9091
---
9192

9293
## [4.0.0](https://github.com/FabrizioBrancati/BFKit-Swift/releases/tag/4.0.0) - Swift 4.2 Support

0 commit comments

Comments
 (0)