summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS26
-rw-r--r--meson.build2
2 files changed, 27 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 15b70d6..0837e69 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+Changes in version 2.36
+=========================
+
+* New API
+ * Added ATK_ROLE_MARK and ATK_ROLE_SUGGESTION
+ * Add ATK_TEX_ATTR_TEXT_POSITION to the list of possible AtkText
+ attributes (MR!33)
+
+* Documentation
+ * Updated documentation for atk_text_set_caret_offset (MR!18)
+
+* Building - meson
+ * Fix building atk as subproject
+ * Add Meson wrap file for GLib (MR!37)
+
+* Building - visual studio
+ * Use -utf-8 if available (MR!38)
+
+Contributors
+ Luca Bacci, Joanmarie Diggs, Samuel Thibault
+
+Translations
+
+ Fran Dieguez (gl), Ryuta Fujii (ja), Daniel Korostil (uk), Jwtiyar
+ Nariman (ckb), Umarzuki Bin Mochlis Moktar (ms)
+
Changes in version 2.35.1
=========================
diff --git a/meson.build b/meson.build
index b54ce91..3b12d47 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('atk', 'c',
- version: '2.35.1',
+ version: '2.36.0',
license: 'LGPLv2.1+',
default_options: [
'buildtype=debugoptimized',