We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103ac9d commit de83affCopy full SHA for de83aff
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# 2.12
2
+
3
+### Bug fixes
4
+* **Charts**: Limits und Beschriftungen in Charts gefixt.
5
+* **Lupe**: Lupen in Zeitbreakdown gefixt
6
+* **Dropdown**: Dropdown gefixt.
7
+* **Join Tables**: Join Tables mit ids versehen um Form input zu erleichtern.
8
+* **Spesen**: Spesen duplizieren gefixt.
9
10
# 2.11
11
12
### Features
config/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Puzzletime
- VERSION = '2.11'
+ VERSION = '2.12'
end
0 commit comments