Skip to content

Commit f71201a

Browse files
committed
try 3; update doc CHANGES log for future beta release #1616
1 parent cab81a9 commit f71201a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/changes/CHANGES

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Please note: It is recommended that existing wiki's be upgraded to the
55
latest moin 1.9.x release before converting to Moin 2. However, this may
66
not be a necessary step as the 1.9.x file structure has not changed recently.
77

8-
Version 2.0.0beta 2024-??-??
8+
Version 2.0.0b1 2024-??-??
99
----------------------------
1010
This is an unstable beta release not suitable for a production wiki,
1111
test carefully and report new issues and feature requests on the issue tracker:
@@ -17,10 +17,10 @@ Fixes
1717
* mass source code changes using pyupgrade to upgrade syntax to 3.9
1818
* removed unused imports
1919
* create SECURITY.md
20-
* generate readthedocs content using Python 3.10
20+
* update .readthedocs.yaml to generate readthedocs content using Python 3.10
2121
* remove use of obsolete setuptools
2222
* change use of whoosh lru cache to lfu cache
23-
* update Flask and Werkzeug to >3.0.0
23+
* update Flask and Werkzeug to >=3.0.0
2424
* upgrade feedgen (atom feed lib) to >= 1.0.0
2525
* removed parentid to fix welcome/users_home_meta
2626
* mass source code changes after integrating "black" code auto-formater
@@ -31,7 +31,7 @@ Fixes
3131
* fix maint-validate-metadata to skip userprofiles backend
3232
* Add REV_NUMBER in sort for history view replacing mtime
3333
* Fix CI workflow to test with all supported python versions, run py39 with Ubuntu 22.04
34-
* add support for SQLAlchemy 2.0
34+
* add support for SQLAlchemy >=2.0.0
3535
* macros with user editing errors should not fill log with tracebacks
3636
* cleanup redundant icon directories
3737
* add itemlinks validator replacing wikilinks validator where needed
@@ -40,7 +40,7 @@ Fixes
4040
* add validity check if user changes name/alias/display-name in UserSettings>Personal
4141
* add test to prove icons from CSS URLs is a subset of files in icon dir
4242

43-
Version 2.0.0alpha 2024-03-27
43+
Version 2.0.0a1 2024-03-27
4444
-----------------------------
4545
This is an unstable alpha release not suitable for a production wiki,
4646
test carefully and report new issues and feature requests on the issue tracker:
@@ -72,7 +72,7 @@ Missing features from 1.9.x
7272
* SVG editor
7373
* LDAP may have missing dependencies depending upon OS flavor
7474
* WikiDicts have limited function, does not use Babel translations
75-
* language support limited to English, Deutsch, Portuguese (Brasil), Russian
75+
* language support limited to English, German, Portuguese (Brasil), Russian
7676
* no contributed themes
7777
* no contributed macros
7878

0 commit comments

Comments
 (0)