diff --git a/messages.json b/messages.json index 0939a591..ccaa40a8 100644 --- a/messages.json +++ b/messages.json @@ -24,5 +24,6 @@ "1.4.9": "messages/1.4.9.txt", "1.4.10": "messages/1.4.10.txt", "1.4.11": "messages/1.4.11.txt", - "1.4.12": "messages/1.4.12.txt" + "1.4.12": "messages/1.4.12.txt", + "1.4.13": "messages/1.4.13.txt" } diff --git a/messages/1.4.13.txt b/messages/1.4.13.txt new file mode 100644 index 00000000..17332eae --- /dev/null +++ b/messages/1.4.13.txt @@ -0,0 +1,8 @@ +Changes in 1.4.13 +================= + +## Changes: + - When the cursor is in a test case class definition line, command "run test under the cursor" runs all tests in this test case + - Removed key bindings that conlfict with vintage mode + +For more detailed information about those changes run git log v1.4.12..v1.4.13 on git repository \ No newline at end of file