diff --git a/ChangeLog.md b/ChangeLog.md
index 3e076b7..033b729 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -2,6 +2,26 @@
# ChangeLog
+
+
+## 3.1.0 (2023-01-27)
+
+
+
+### Changed
+
+* Switched from Roswell v21.10.14.111 to v23.10.14.114.
+* Now action checks if it is really installed requested Lisp implementation.
+* A list of supported implementation was added to the documentation.
+* Some implementation supported by Roswell, have problems. If you need them, please, contribute the fix either to this action or to the Roswell itself.
+
+
+
+### Fixed
+
+* Now all steps fail-fast on the first encountered error. Previously some step might be failed, but action's execution was considered success.
+* Fixed Quicklisp fix activation for lisp implementations which are not support `:HOME` as part of the pathname.
+
## 3.0.0 (2023-12-14)
diff --git a/README.md b/README.md
index f658d34..2698f7b 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,28 @@ and [Qlot][e3ea] inside the Github `CI`.
* And finally, it can install a specified `ASDF` system and all it's dependencies.
But this step is optional.
+
+
+## Implementation support
+
+Most implementations are tested on Linux, but for some of them Windows and `OSX` are also should work:
+
+| **Implementation** | **Supported** |
+| --- | --- |
+| abcl-bin | ✅ |
+| allegro | ✅ |
+| ccl-bin | ✅ |
+| clasp | [❌][ecc6] |
+| clasp-bin | ✅ |
+| clisp | [❌][78c5] |
+| clisp-head | ✅ |
+| cmu-bin | ✅ |
+| ecl | ✅ |
+| mkcl | [❌][2801] |
+| npt | [❌][7189] |
+| sbcl | ✅ |
+| sbcl-bin | ✅ |
+
## A typical usage
@@ -253,6 +275,10 @@ If you want to contribute to this system, join development at GitHub:
[8469]: https://40ants.com/run-tests
[04b3]: https://docs.djangoproject.com/en/3.1/topics/templates/
[cbff]: https://github.com/40ants/setup-lisp
+[78c5]: https://github.com/40ants/setup-lisp/issues/15
+[ecc6]: https://github.com/40ants/setup-lisp/issues/16
+[2801]: https://github.com/40ants/setup-lisp/issues/17
+[7189]: https://github.com/40ants/setup-lisp/issues/18
[e3ea]: https://github.com/fukamachi/qlot
[3dbd]: https://github.com/mmontone/djula
[795a]: https://github.com/roswell/roswell