From 07ffccc7879f8ea72db72f590ddb21cf0cd1f716 Mon Sep 17 00:00:00 2001 From: Raphael Assenat Date: Mon, 10 Oct 2016 14:58:47 -0400 Subject: [PATCH] Changelog for v3.3 --- changelog.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelog.txt b/changelog.txt index 52ede5c..d04d30b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,11 @@ +- October 10, 2016 : Version 3.3.0 + - Implement multi player support (maximum two on Atmega32u2 due to endpoint + limit). New personalities, each with unique USB PID and product name: + - Dual GC/N64 to USB mode + - Dual N64-only to USB mode + - Dual GC-only to USB mode + - Core communication code updated to support up to four channels. + - August 22, 2016 : Version 3.2.1 - Implement N64-only and GC-only personalities (Different product ID and device name)