We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e9353 commit 0f263ceCopy full SHA for 0f263ce
NEWS
@@ -1,3 +1,10 @@
1
+libwacom 2.1:
2
+- New Devices:
3
+ - Dell Latitude 5290
4
+ - Lenovo ThinkPad X1 Tablet Gen3, Yoga 7
5
+ - Pine64 PineNote
6
+ - HP ProBook x360
7
+
8
libwacom 2.0:
9
- New major version with a soname bump. Some symbols have been
10
dropped but no user should've ever used those anyway. See commit
meson.build
@@ -1,5 +1,5 @@
project('libwacom', 'c',
- version: '2.0.0',
+ version: '2.1.0',
license: 'MIT/Expat',
default_options: [ 'c_std=gnu99', 'warning_level=2' ],
meson_version: '>= 0.51.0')
0 commit comments