summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--lib/pure/events.nim2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/pure/events.nim b/lib/pure/events.nim
index a39dbe3bf..35be7409f 100644
--- a/lib/pure/events.nim
+++ b/lib/pure/events.nim
@@ -9,6 +9,8 @@
 
 ## :Author: Alexander Mitchell-Robinson (Amrykid)
 ##
+## Unstable API.
+##
 ## This module implements an event system that is not dependent on external
 ## graphical toolkits. It was originally called ``NimEE`` because
 ## it was inspired by Python's PyEE module. There are two ways you can use