Index: third_party/serial_port/README.google |
diff --git a/third_party/serial_port/README.google b/third_party/serial_port/README.google |
index 272825e0700b2fb5e6869d1c172e9177e753c019..356b098a729e17c589ee1c7d6d87b18935209def 100644 |
--- a/third_party/serial_port/README.google |
+++ b/third_party/serial_port/README.google |
@@ -5,5 +5,6 @@ License File: LICENSE |
Description: |
SerialPort is a Dart Api to provide access read and write access to serial port. |
Local Modifications: |
-Added functionality to write binary data instead of strings. |
-Throw FileSystemExceptions instead of Strings. |
+* Added functionality to write binary data instead of strings. |
+* Throw FileSystemExceptions instead of Strings. |
+* Moved the native library out to the lib directory |