docs: update copyright, notes, changelog
diff --git a/documentation/appendix.rst b/documentation/appendix.rst
index 57e8e2f..198a03d 100644
--- a/documentation/appendix.rst
+++ b/documentation/appendix.rst
@@ -109,7 +109,7 @@
 
 License
 =======
-Copyright (c) 2001-2017 Chris Liechti <cliechti@gmx.net>
+Copyright (c) 2001-2020 Chris Liechti <cliechti@gmx.net>
 All Rights Reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/documentation/conf.py b/documentation/conf.py
index df9d14e..d878ea4 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -38,7 +38,7 @@
 
 # General information about the project.
 project = u'pySerial'
-copyright = u'2001-2017, Chris Liechti'
+copyright = u'2001-2020, Chris Liechti'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
diff --git a/documentation/pyserial.rst b/documentation/pyserial.rst
index 8a1afa8..080066f 100644
--- a/documentation/pyserial.rst
+++ b/documentation/pyserial.rst
@@ -13,7 +13,7 @@
 It is released under a free software license, see LICENSE_ for more
 details.
 
-Copyright (C) 2001-2016 Chris Liechti <cliechti(at)gmx.net>
+Copyright (C) 2001-2020 Chris Liechti <cliechti(at)gmx.net>
 
 Other pages (online)
 
diff --git a/documentation/tools.rst b/documentation/tools.rst
index 898c2d7..9685718 100644
--- a/documentation/tools.rst
+++ b/documentation/tools.rst
@@ -287,4 +287,5 @@
     Apply encoding on serial port, convert to Unicode for console.
     Added new filters, default to stripping terminal control sequences.
     Added ``--ask`` option.
-
+.. versionchanged:: 3.5
+    Enable escape code handling on Windows 10 console.