We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd673c commit acd5fe1Copy full SHA for acd5fe1
2 files changed
CHANGELOG.md
@@ -4,6 +4,11 @@ All notable changes to the library will be documented in this file.
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
+## 0.4.10
8
+
9
+### Added
10
+- `Decimal` and `NumberPunctuation` keyboard types added to `PilotKeyboardType`
11
12
## 0.4.9
13
14
### Fixed
gradle.properties
@@ -4,4 +4,4 @@ android.enableJetifier=true
android.useAndroidX=true
kotlin.mpp.stability.nowarn=true
kotlin.mpp.androidGradlePluginCompatibility.nowarn=true
-version=0.4.10-SNAPSHOT
+version=0.4.10
0 commit comments