diff --git a/README.md b/README.md
index 037fd9f..424b2ed 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,7 @@ and more.
Date
yyyy.mm.dd | Description | Additional remarks | Tags
:--- | :--- | :---- | :---
+2024.01.09 | If **wayland** does not start properly *and* **x11** works as expected, check your `~/.bash_profile` file. If it contains contains command `exec startx`, remove that line (and the surrounding `if...fi` statement). [See this forum thread](https://forum.endeavouros.com/t/wayland-not-working-after-update).
2023.09.01 | The implementation about informing the user about recommended reboot after updates has changed. To enable this feature, you need to enable the related systemd service:
`systemctl enable --now eos-reboot-required.timer` | Implementation change | Recommended reboot notification on updates
2023.08.16 | The `UpdateInTerminal` app will be removed during this month. Recommended alternatives: `eos-update`, `yay`, or `paru`.
The *info page* of UpdateInTerminal has already been removed from package `eos-apps-info`. | `eos-apps-info` for more help. | UpdateInTerminal
2023.05.23 | EndeavourOS *keyring* package has been updated. If you have problems updating your system, you may need to update the `endeavouros-keyring` package first, then other packages:
`sudo pacman -Sy endeavouros-keyring; sudo pacman -Syu`
Alternatively, you can use command
`eos-update` | [See more](https://forum.endeavouros.com/t/endeavouros-keyring-updated-users-should-update-soon/41117)
diff --git a/do_notify b/do_notify
index e69de29..5f362b4 100644
--- a/do_notify
+++ b/do_notify
@@ -0,0 +1 @@
+2024.01.09