Skip to content

Commit abed776

Browse files
committed
Improve changelog
1 parent 90df851 commit abed776

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ChangeLog/7.1.0-dev.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,12 @@
6868
[main] CompositePreCompiler.Items became readonly field and changed its type to IReadOnlyList<IPreCompiler>
6969
[main] SqlCompilerConfiguration's SchemaMapping and DatabaseMapping changed return types to IReadOnlyDictionary<string, string>
7070
[main] TypeMappingRegistry.Mappings and .ReverseMappings changed return types to IReadOnlyDictionary<TKey, TValue>
71+
[main] Xtensive.Orm.Services.QueryTranslationResult became read-only structure
72+
[main] Query and ParameterBindings properties of Xtensive.Orm.Services.QueryTranslationResult changed their types and became read-only
73+
[main] SqlTranslator.BuildBatch method changed its parameter from string[] to IReadOnlyList<string>
74+
[main] TypeReference, QueryRequest QueryParameterBinding types became read-only structures
75+
[main] TypeInfoRef, ColumnInfoRef, ColumnGroup and ComparisonRule types became read-only structures
76+
[main] RecordSetHeader constructors changed IEnumerable<T> paremters to IReadOnlyList<T>
77+
[main] ColumnGroupCollection no longer takes IEnumerable<T> as parameter of constructor
78+
[main] ColumnCollection no longer takes IEnumerable<T> as parameter of constructor, only constructor with IReadOnlyList<T> is available now
7179
[sqlserver] Microsoft.Data.SqlClient is updated to verson 4.0.0

0 commit comments

Comments
 (0)