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 69da4be commit 03ea59dCopy full SHA for 03ea59d
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Pyttman Changelog
2
3
+
4
+# V 1.2.0.4
5
+This is a hotfix release, fixing an issue with BoolEntityField instances
6
+not parsing the values correctly if the sought word is also part of the
7
+'lead' and/or 'trail' tuples.
8
9
10
+### **🐛 Splatted bugs and corrected issues**
11
+* **Fixes [#69](https://github.com/dotchetter/Pyttman/issues/68)**
12
13
14
15
# V 1.2.0.3
16
This is a hotfix release, fixing an issue with default values in
17
TextEntityFields, causing a crash if it was combined with `as_list=True`, and
pyttman/version.py
@@ -1,2 +1,2 @@
-__version__ = "1.2.0.3"
+__version__ = "1.2.0.4"
0 commit comments