Skip to content

Commit 520012f

Browse files
committed
Improve changelog
1 parent bf3065c commit 520012f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ChangeLog/7.1.0-dev.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
[main] ThreadSafeCached type is removed
2121
[main] Triplet<T> and Triplet<TFirst,TSecond,TThird> are removed
2222
[main] Introduced IQueryable<T>.Tag() extensions allowing to add tags to result SQL statement
23+
[main] Introduced Session.Tag() method for being able to tag queries within returned TagScope
24+
[main] Domain.TagsEnabled is introduced as faster alternative to DomainConfiguration.TagLocation!=TagLocation.Nowhere check
2325
[main] ReadOnlyHashSet<T> now implements .Net ISet and IReadOnlySet instead of removed ISet and IReadOnly
2426
[main] NativeTypeClassifier collection now inherits ClassifiedCollection directly
2527
[main] FlagCollection.Keys return type has changed from removed ReadOnlyList<T> to .Net IReadOnlyList<T>
@@ -63,6 +65,7 @@
6365
[main] KeyMapping.Map changed type to IReadOnlyDictionary<Key, Key>
6466
[main] InterfaceMapping's properties of ReadOnlyList<T> type changed the type to IReadOnlyList<T>
6567
[main] Node's IncomingConnections and OutgoingConnections properties changed types to IReadOnlyList<NodeConnection<TNodeItem, TConnectionItem>>
68+
[main] CompositePreCompiler.Items became readonly field and changed its type to IReadOnlyList<IPreCompiler>
6669
[main] SqlCompilerConfiguration's SchemaMapping and DatabaseMapping changed return types to IReadOnlyDictionary<string, string>
6770
[main] TypeMappingRegistry.Mappings and .ReverseMappings changed return types to IReadOnlyDictionary<TKey, TValue>
6871
[sqlserver] Microsoft.Data.SqlClient is updated to verson 4.0.0

0 commit comments

Comments
 (0)