From 7814c44e146b2b383b76a40e28a03edc3b13a4f9 Mon Sep 17 00:00:00 2001 From: Don Syme Date: Mon, 14 Dec 2015 10:21:02 +0000 Subject: [PATCH] Fix bug in loop optimization, apply https://github.com/Microsoft/visualfsharp/pull/756/ --- RELEASE_NOTES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 3caf7dd3cb..7f2182a7dd 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +#### 1.4.2.3 - +* Fix bug in loop optimization, apply https://github.com/Microsoft/visualfsharp/pull/756/ + #### 1.4.2.2 - * #488 - Performance problems with project references