summaryrefslogtreecommitdiff
path: root/ReleaseNotes.txt
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2019-02-01 09:28:42 +0100
committerMilan Crha <mcrha@redhat.com>2019-02-01 09:28:42 +0100
commit4ee7848b4ac32658a18860d0ec6598de086da5f4 (patch)
treebcc82229f81461564f03b1c0eacb171fd75c54c4 /ReleaseNotes.txt
parentfb907484c04643475b37f63a4b830ae91be8f91e (diff)
downloadlibical-git-4ee7848b4ac32658a18860d0ec6598de086da5f4.tar.gz
[libical-glib] Introduce LIBICAL_GLIB_UNSTABLE_API define
The users of libical-glib API should define LIBICAL_GLIB_UNSTABLE_API=1 to be able to use it. That's to indicate that the libical-glib API is currently considered unstable and can change any release.
Diffstat (limited to 'ReleaseNotes.txt')
-rw-r--r--ReleaseNotes.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 41f6b403..3973a719 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -19,6 +19,8 @@ Version 3.0.5 (NOT RELEASED YET):
* Allow reset DATE/DATE-TIME VALUE parameter for all-day events
* New CMake option ENABLE_GTK_DOC for disabling the libical-glib developer documentation
* GObject Introspection - use $MAJOR-0 versioning
+ * libical-glib API is considered unstable, define LIBICAL_GLIB_UNSTABLE_API=1 before
+ including <libical-glib/libical-glib.h> to be able to use it.
Version 3.0.4:
--------------