add changelog for 0.9.4 release

This commit is contained in:
Michael Schramm 2020-06-09 18:22:09 +02:00
parent e124aa1d67
commit d6132170b3
2 changed files with 9 additions and 4 deletions

View File

@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
## UNRELEASED
### Added
### Changed
### Fixed
### Security
## [0.9.4] - 2020-06-09
### Added

View File

@ -18,9 +18,7 @@ const Index: NextPage = () => {
const router = useRouter()
const { t } = useTranslation()
const [loading, setLoading] = useState<boolean>(
publicRuntimeConfig.spa ||
(process.browser &&
router.pathname !== window.location.pathname)
publicRuntimeConfig.spa || (process.browser && router.pathname !== window.location.pathname)
)
useEffect(() => {