jenkins-bot has submitted this change and it was merged. Change subject: Add release notes for version 3.0.0 ......................................................................
Add release notes for version 3.0.0 Add release note for math 3.0.0. Add HISTORY file for old release notes for older releases. Bug: T106953 Change-Id: I7cb0c3c03bc60de3b3503edeaf74d46f935ac581 --- R HISTORY A RELEASE-NOTES-3.0.0 2 files changed, 17 insertions(+), 5 deletions(-) Approvals: Physikerwelt: Looks good to me, approved jenkins-bot: Verified diff --git a/RELEASE-NOTES-2.0 b/HISTORY similarity index 78% rename from RELEASE-NOTES-2.0 rename to HISTORY index 43bf86c..7b064ce 100644 --- a/RELEASE-NOTES-2.0 +++ b/HISTORY @@ -1,9 +1,6 @@ +Change notes from older releases. For current info see RELEASE-NOTES-3.0.0. + == Math 2.0 == - -THIS IS NOT A RELEASE YET - -Math 2.0 is an alpha-quality branch and is not recommended for use in -production. === Configuration changes in 2.0 === * $wgLaTeXMLUrl was renamed to $wgMathLaTeXMLUrl diff --git a/RELEASE-NOTES-3.0.0 b/RELEASE-NOTES-3.0.0 new file mode 100644 index 0000000..4df1aaf --- /dev/null +++ b/RELEASE-NOTES-3.0.0 @@ -0,0 +1,15 @@ +== Math 3.0.0 == + +Math 3.0.0 is an alpha-quality branch and is not recommended for use in +production. + +=== Configuration changes in 3.0.0 === + + +=== New features in 3.0.0 === +* (T87941) Add extension.json, empty php entry point. +* (T106631,T88324) Convert the math integer constants to string constants. +* (T106630) Rename constants. +* (T99369) Remove client-side MathJax support. + +=== Bug fixes in 3.0.0 === \ No newline at end of file -- To view, visit https://gerrit.wikimedia.org/r/226998 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7cb0c3c03bc60de3b3503edeaf74d46f935ac581 Gerrit-PatchSet: 8 Gerrit-Project: mediawiki/extensions/Math Gerrit-Branch: master Gerrit-Owner: Paladox <[email protected]> Gerrit-Reviewer: Nemo bis <[email protected]> Gerrit-Reviewer: Ori.livneh <[email protected]> Gerrit-Reviewer: Paladox <[email protected]> Gerrit-Reviewer: Physikerwelt <[email protected]> Gerrit-Reviewer: TheDJ <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
