summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@mit.edu>2015-03-27 12:35:41 -0400
committerSteven G. Johnson <stevenj@mit.edu>2015-03-27 12:35:41 -0400
commitc851c678881fe3d910b29d20f1c813ecd3b9d920 (patch)
treeb95ce4e39dcb9019cf327a5f28efc233903b8286 /NEWS.md
parent164cc48aaf325cb4ffe227712e6488e1cb359d1c (diff)
downloadlibutf8proc-c851c678881fe3d910b29d20f1c813ecd3b9d920.tar.gz
libutf8proc-c851c678881fe3d910b29d20f1c813ecd3b9d920.tar.bz2
put the API version as #defines in the header file (as discussed in #30)
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index a45e9ac..37f3a89 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -28,6 +28,10 @@
- Most `#defined` constants are now `enums`.
+- New preprocessor constants `UTF8PROC_VERSION_MAJOR`,
+ `UTF8PROC_VERSION_MINOR`, and `UTF8PROC_VERSION_PATCH` for compile-time
+ detection of the API version.
+
- Doxygen-formatted documentation.
## Version 1.1.6 ##