diff --git a/CHANGELOG.md b/CHANGELOG.md
index 98b46a5e..a0abaae8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,9 +5,6 @@
Thanks to Matthew Smith, Joe Loeliger at Netgate; Fredrik Pettai at
SUNET for support, requests, debugging, bugfixes and proposed solutions.
-### Known issues
-* None yet
-
### Major changes:
* Performance improvements
* Added xml hash lookup instead of linear search for better performance of large lists. To disable, undefine XML_CHILD_HASH in clixon_custom.h
@@ -19,14 +16,15 @@ SUNET for support, requests, debugging, bugfixes and proposed solutions.
* You can run backward compatible mode using `configure --with-config-compat`
* In backward compatible mode both .xml and .conf works
* For migration from old to new, a utility is clixon_cli -x to print new format. Run the command and save in configuration file with .xml suffix instead.
-```
+ ```
> clixon_cli -f /usr/local/etc/routing.conf -1x
- /usr/local/etc/routing.conf
+ /usr/local/etc/routing.xml
/usr/local/share/routing/yang
/usr/local/lib/routing/backend
...
-```
+
+ ```
* Simplified backend daemon startup modes.
* The flags -IRCr are replaced with command-line option -s
@@ -35,12 +33,12 @@ SUNET for support, requests, debugging, bugfixes and proposed solutions.
* The configuration option CLICON_USE_STARTUP_CONFIG is obsolete
* Command-ine option `-I` is replaced with `-s init`
* `-CIr` is replaced with `-s running`
- * Use `-s none` if you request no action on startup
- * You can run in backward compatible mode where both -IRCr and -s options works. But if -s is given, -IRCr options willbe ignored.
+ * Use `-s none` if you request no action on startu
* Backward compatibility is enabled by:
-```
- configure --with-startup-compat
-```
+ ```
+ configure --with-startup-compat
+ ```
+ * You can run in backward compatible mode where both -IRCr and -s options works. But if -s is given, -IRCr options willbe ignored.
* Extra XML has been added along with the new startup modes. Requested by Netgate.
* You can add extra XML with the -c option to the backend daemon on startup: