You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2.10.3
# Fixed
- `Notification::getCreatedOn()` might return `null`, if the date is not
specified in the CAMT file. Before v2.10.1, it incorrectly returned
"now" in that case. And before this version, it incorrectly threw an
exception. So from now on `Notification::getCreatedOn()` might correctly
be `null` #176
2.8.2
# Changed
- Populate `entryTransaction->getAgentBic()` for recent CAMT format
`BIC` is only available in old camt.052.001.01, camt.052.001.02,
camt.053.001.02 and camt.054.001.02. All later versions of CAMT instead
use `BICFI` to represent the same information.