Skip to content

Commit dd0ee60

Browse files
committed
update release notes
1 parent 68af2f7 commit dd0ee60

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

docs/ReleaseNotes.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Release Notes
22

3-
## 2.0
3+
## 2.0.513
4+
5+
- fix #961 - fix assembly binding redirect problems; IMPORTANT: this drops to an older `System.Buffers` version - if you have manually added redirects for `4.0.3.0`, you may need to manually update to `4.0.2.0` (or remove completely)
6+
- fix #962 - avoid NRE in edge-case when fetching bridge
7+
8+
## 2.0.505
9+
10+
- fix #943 - ensure transaction inner tasks are completed prior to completing the outer transaction task
11+
- fix #946 - reinstate missing `TryParse` methods on `RedisValue`
12+
- fix #940 - off-by-one on pre-boxed integer cache (NRediSearch)
13+
14+
## 2.0.495
415

516
- 2.0 is a large - and breaking - change
617

0 commit comments

Comments
 (0)