aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItay Grudev <itay+git2020@grudev.com>2020-09-09 02:50:55 +0100
committerItay Grudev <itay+git2020@grudev.com>2020-09-09 02:50:55 +0100
commit9a408690ceb260a220d50f5070af9bcda58cacc2 (patch)
tree08ba2e45d9c007b4718eed312fa8e7e2098594c4
parentv3.1.5 (diff)
downloadsingleapplication-9a408690ceb260a220d50f5070af9bcda58cacc2.tar.xz
Fixed typo in the CHANGELOG
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 48e9caf..73c24e5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,8 +7,8 @@ __3.1.5__
* Improved library stability in edge cases and very rapid process initialisation
* Fixed Bug where the shared memory block may have been modified without a lock
-* Fixed Bug causing instanceStarted() to not get emmited when a second instance
- has been started before the primary has initiated it's QLocalServer.
+* Fixed Bug causing `instanceStarted()` to not get emitted when a second instance
+ has been started before the primary has initiated it's `QLocalServer`.
__3.1.4__
---------