File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## Version 2.11.3
7
+ ## Version 2.11.3 - 2020-07-17
8
8
### Fixed
9
9
- Fixed massive performance bottleneck when IndexReferenceConstraint and ReferenceExistConstraint are involved (#763 )
10
10
- Fixed CellValue to only include three most signficant digits on second fractions to correct issue loading dates (#741 )
11
11
- Fixed a couple of validation indexing errors that might cause erroneous validation errors (#767 )
12
+ - Updated internal validation system to not use recursion, allowing for better short-circuiting (#766 )
12
13
13
14
## Version 2.11.2 - 2020-07-10
14
15
You can’t perform that action at this time.
0 commit comments