Skip to content

Commit 5807471

Browse files
committed
Updated changelog. Ready to tag 1.2.1
1 parent 7b7e309 commit 5807471

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 1.2.1 - Fixed code generation to solve two import errors
2+
3+
* Fixed [#3](https://github.com/smarie/python-mini-lambda/issues/3) and [#4](https://github.com/smarie/python-mini-lambda/issues/4). Generated source code has been removed from version control to avoid this kind of errors in the future.
4+
* Travis script has been equipped with an automatic module import checker to detect such issues earlier next time.
5+
16
### 1.2.0 - New alias and bugfix for constant functions
27

38
* added alias `make_lambda_friendly` for `Constant`, since it is able to convert anything (constants, functions and classes) to lambda-friendly objects usable in expressions.

0 commit comments

Comments
 (0)