1
0
Fork 1
mirror of https://gitlab.com/mangadex-pub/mangadex_at_home.git synced 2024-01-19 02:48:37 +00:00

Update changelog, revert gitignore stuff

This commit is contained in:
carbotaniuman 2020-06-28 12:44:43 -05:00
parent c5d3208b9b
commit ccb526079c
4 changed files with 3 additions and 4 deletions

2
.gitignore vendored
View file

@ -107,5 +107,3 @@ log/**
cache/**
dev
settings.json

View file

@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- [2020-06-23] Added Gitlab CI integration by [@lflare].
- [2020-06-28] Added `client_external_port setting` [@wedge1001].
### Changed
@ -15,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
### Fixed
- [2020-06-28] Fixed various state transition bugs by [@carbotaniuman].
### Security

View file

@ -51,7 +51,6 @@ import java.io.InputStream
import java.net.InetSocketAddress
import java.net.SocketException
import java.security.PrivateKey
import java.security.cert.Certificate
import java.security.cert.CertificateFactory
import java.security.cert.X509Certificate
import java.util.concurrent.TimeUnit