We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 150a1b0 commit 63447bdCopy full SHA for 63447bd
2 files changed
CHANGELOG.md
@@ -1,10 +1,17 @@
1
# Changelog
2
3
+### 35.2.0 [#982](https://github.com/openfisca/openfisca-core/pull/982)
4
+
5
+#### Technical changes
6
7
+- Allow parameters to be arrays.
8
9
### 35.1.0 [#973](https://github.com/openfisca/openfisca-core/pull/973)
10
11
#### Technical changes
12
13
- Extend assert_near so it is able to compare dates.
14
15
### 35.0.5 [#974](https://github.com/openfisca/openfisca-core/pull/974)
16
17
setup.py
@@ -37,7 +37,7 @@
37
38
setup(
39
name = 'OpenFisca-Core',
40
- version = '35.1.0',
+ version = '35.2.0',
41
author = 'OpenFisca Team',
42
author_email = 'contact@openfisca.org',
43
classifiers = [
0 commit comments