diff --git a/CHANGES.rst b/CHANGES.rst index 2d18ab2e2..fe5e438da 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,31 @@ Changelog .. towncrier release notes start +8.1.3 (2024-10-31) +------------------ + +Bug fixes: + + +- Get the object to be translated correctly + [erral] (#303) +- Take RichTextBehavior fields into account + [erral] (#464) + + +Internal: + + +- Update configuration files. + [plone devs] + + +Tests + + +- port robot tests to use the browser library [@1letter] (#459) + + 8.1.2 (2024-05-30) ------------------ diff --git a/news/+meta.internal b/news/+meta.internal deleted file mode 100644 index c08f53991..000000000 --- a/news/+meta.internal +++ /dev/null @@ -1,2 +0,0 @@ -Update configuration files. -[plone devs] diff --git a/news/303.bugfix b/news/303.bugfix deleted file mode 100644 index ad85419a2..000000000 --- a/news/303.bugfix +++ /dev/null @@ -1,2 +0,0 @@ -Get the object to be translated correctly -[erral] diff --git a/news/459.tests b/news/459.tests deleted file mode 100644 index 049473239..000000000 --- a/news/459.tests +++ /dev/null @@ -1 +0,0 @@ -port robot tests to use the browser library [@1letter] diff --git a/news/464.bugfix b/news/464.bugfix deleted file mode 100644 index 6ec0f4267..000000000 --- a/news/464.bugfix +++ /dev/null @@ -1,2 +0,0 @@ -Take RichTextBehavior fields into account -[erral] diff --git a/setup.cfg b/setup.cfg index a890041a8..5b26c0af3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 8.1.3.dev0 +version = 8.1.3 name = plone.app.multilingual description = Multilingual Plone Content package long_description = file: README.rst, CREDITS.rst, CHANGES.rst