diff --git a/README.md b/README.md index 4441690..d03e467 100755 --- a/README.md +++ b/README.md @@ -13,16 +13,6 @@ Enables an Arduino with IP/UDP capabilities (Ethernet shield, ESP8266, ESP32, .. * Automatic instantiation of AppleMIDI object (see at the end of 'AppleMidi.h') * Compiles on Arduino, MacOS (XCode) and Windows (MSVS) -## New in 3.0.0 -* Bug Fixes (long session names get cropped) -* Reduced memory footprint (see AVR_MinMemUsage example and note below) -* Extended and revised callbacks to receive AppleMIDI protocol feedback (see AVR_Callbacks example) -* Who may connect to me (Directory) (see AVR_Directory example) -### New in 3.1.0 -* Increased stability in high-throughput situations -* Updated wiki -### New in 3.1.1 and 3.1.2 -* Bug fixes en enhancements ### New in 3.2.0 * Event chaining