summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorSteven G. Johnson <stevenj@mit.edu>2015-11-01 08:10:02 -0500
committerSteven G. Johnson <stevenj@mit.edu>2015-11-01 08:10:02 -0500
commit00feb3f3730a87fd70eb83189be38ad19ddb707c (patch)
tree5d5150260dcd84ac1c7b15ec31cf9b236a488d89 /NEWS.md
parenta5c9de204717d619ddb2fa4eb994542bb3cfc157 (diff)
parente3db4f388bd8bc65c97eab7ee33d2151d5c88343 (diff)
downloadlibutf8proc-00feb3f3730a87fd70eb83189be38ad19ddb707c.tar.gz
libutf8proc-00feb3f3730a87fd70eb83189be38ad19ddb707c.tar.bz2
Merge pull request #59 from petercolberg/masterv1.3.1utf8proc-v1.3.1
Version 1.3.1
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 0a57eb7..f6779d6 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,5 +1,17 @@
# utf8proc release history #
+## Version 1.3.1 ##
+
+2015-11-02:
+
+- Do not export symbol for internal function `unsafe_encode_char()` ([#55]).
+
+- Install relative symbolic links for shared libraries ([#58]).
+
+- Enable and fix compiler warnings ([#55], [#58]).
+
+- Add missing files to `make clean` ([#58]).
+
## Version 1.3 ##
2015-07-06:
@@ -218,3 +230,5 @@ Release of version 1.0.1
[#45]: https://github.com/JuliaLang/utf8proc/issues/45
[#47]: https://github.com/JuliaLang/utf8proc/issues/47
[#51]: https://github.com/JuliaLang/utf8proc/issues/51
+[#55]: https://github.com/JuliaLang/utf8proc/issues/55
+[#58]: https://github.com/JuliaLang/utf8proc/issues/58