Skip to content

Commit 56b8023

Browse files
author
Sylvain MARIE
committed
0.9.1 changelog
1 parent 4f2f890 commit 56b8023

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 0.9.1 - Minor improvements
4+
5+
- Minor performance improvement: `Converter.create_from_fun()` does not generate a new `type` everytime a converter needs to be created from a callable - now a single class `ConverterWithFuncs` is used. Fixed [#32](https://github.com/smarie/python-pyfields/issues/32).
6+
37
### 0.9.0 - Converters
48

59
**converters**

0 commit comments

Comments
 (0)