diff options
author | Christoph Reiter <reiter.christoph@gmail.com> | 2018-12-30 14:15:18 +0100 |
---|---|---|
committer | Christoph Reiter <reiter.christoph@gmail.com> | 2018-12-30 14:15:18 +0100 |
commit | e7dd95f4ea463fe355e12962c727eebffc913b92 (patch) | |
tree | 7079a37bc6f5c3fce60d3a0300c5a5f77c81e228 /NEWS | |
parent | b20b71948e4c80a0d89f10bb2842f81c38efea34 (diff) | |
download | gobject-introspection-e7dd95f4ea463fe355e12962c727eebffc913b92.tar.gz |
Update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +1.58.3 - 2018-12-30 +------------------- + +* docwriter: Support python-markdown 3.x + :issue:`250` +* scanner: Define grefcount and gatomicrefcount as aliases to gint + :issue:`254` (:user:`Tomasz Miąsko <tmiasko>`) +* scanner: make using bool without stdbool include work again + :issue:`247` +* gir: Update glib annotations for glib 2.58.2 + + 1.59.1 - 2018-12-16 ------------------- |