Update CHANGELOG
This commit is contained in:
parent
a4a82fbd03
commit
70ef9ff733
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
### Added
|
||||
|
||||
- Provider logos. [#55](https://github.com/passepartoutvpn/passepartout-ios/pull/55)
|
||||
- Country flags. [#56](https://github.com/passepartoutvpn/passepartout-ios/pull/56)
|
||||
|
||||
## 1.3.1 Beta 1551 (2019-04-04)
|
||||
|
||||
|
|
|
@ -260,7 +260,7 @@ public class AppConstants {
|
|||
),
|
||||
Notice(
|
||||
"Country flags",
|
||||
"https://github.com/lipis/flag-icon-css"
|
||||
"The country flags are taken from: https://github.com/lipis/flag-icon-css/"
|
||||
),
|
||||
Notice(
|
||||
"OpenVPN",
|
||||
|
|
|
@ -119,6 +119,8 @@ By contributing to this project you are agreeing to the terms stated in the [Con
|
|||
|
||||
The logo is taken from the awesome Circle Icons set by Nick Roach.
|
||||
|
||||
The country flags are taken from: <https://github.com/lipis/flag-icon-css/>
|
||||
|
||||
- MBProgressHUD - © 2009-2016 Matej Bukovinski
|
||||
- PIATunnel - © 2018-Present Private Internet Access
|
||||
- SwiftGen - © 2018 SwiftGen
|
||||
|
|
Loading…
Reference in New Issue