summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-05-05 12:15:59 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2021-05-05 12:30:23 +0200
commit9f36b3af3fdd9b4a95f349277d00334c5d7b59f2 (patch)
tree134d86ab83ef1c208620369822d541f5a35674a2 /CHANGELOG.md
parentd530500a5b61cf969fe4631cff9571c023517415 (diff)
Release 15.4.315.4.3
Fixed - mitigate 32-bit issues by using `float` instead of `int` for microseconds (#1320) Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6c196bb81..d3f8928eb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,9 +20,12 @@ The format is almost based on [Keep a Changelog](https://keepachangelog.com/en/1
### Changed
### Fixed
-- mitigate 32-bit issues by using `float` instead of `int` for microseconds (#1320)
# Releases
+## [15.4.3] - 2021-05-05
+### Fixed
+- mitigate 32-bit issues by using `float` instead of `int` for microseconds (#1320)
+
## [15.4.2] - 2021-05-03
### Fixed
- revert accidentally merged dependency updates (#1332)
@@ -33,6 +36,9 @@ The format is almost based on [Keep a Changelog](https://keepachangelog.com/en/1
- Fix some of the favicon fetching errors (#1319)
## [15.4.0] - 2021-04-26
+### Known Issue
+If you use a 32bit OS your will run into #1320
+
See previous notes for a full overview.
### Fixed
- Fix search results not redirecting to the news app