Skip to content

Commit 3967026

Browse files
committed
resolve merge conflicts
2 parents 05970f2 + ba5e544 commit 3967026

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,23 @@ Miscellaneous internal changes
134134
- #5340
135135

136136

137+
[1.8.3] - 2020-03-27
138+
^^^^^^^^^^^^^^^^^^^^
139+
140+
Bugfixes
141+
--------
142+
- `#5405 <https://github.com/rasahq/rasa/issues/5405>`_: Fixes issue where model always gets retrained if multiple NLU/story files are in a
143+
directory, by sorting the list of files.
144+
- `#5444 <https://github.com/rasahq/rasa/issues/5444>`_: Fixed ambiguous logging in `DIETClassifier` by adding the name of the calling class to the log message.
145+
- `#5506 <https://github.com/rasahq/rasa/issues/5506>`_: Set default value for ``weight_sparsity`` in ``ResponseSelector`` to ``0``.
146+
This fixes a bug in the default behaviour of ``ResponseSelector`` which was accidentally introduced in ``rasa==1.8.0``.
147+
Users should update to this version or ``rasa>=1.9.3`` and re-train their models if ``ResponseSelector`` was used in their pipeline.
148+
149+
Improved Documentation
150+
----------------------
151+
- `#5302 <https://github.com/rasahq/rasa/issues/5302>`_: Improved documentation on how to build and deploy an action server image for use on other servers such as Rasa X deployments.
152+
153+
137154
[1.8.2] - 2020-03-19
138155
^^^^^^^^^^^^^^^^^^^^
139156

0 commit comments

Comments
 (0)