diff --git a/ReleaseNotes.md b/ReleaseNotes.md new file mode 100644 index 0000000..b3db995 --- /dev/null +++ b/ReleaseNotes.md @@ -0,0 +1,11 @@ +# Release Notes + +## 1.2.0 +Minor improvements. No backwards compatibility breaks. +* Light on flag is not off by default. No need to specify this. +* BlinkingLight can be configured with blink interval. +* SlowLight can be configured with transition interval. +* Remove debug print-out. + +## 1.1.0 +Initial release \ No newline at end of file diff --git a/library.properties b/library.properties index 9819078..32c2005 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=SignalControl -version=1.1.0 +version=1.2.0 author=Sven Rosvall maintainer=Sven Rosvall sentence=This library provides code for controlling LEDs in signals on your model railway.