diff --git a/CHANGES.rst b/CHANGES.rst new file mode 100644 index 0000000..d16a475 --- /dev/null +++ b/CHANGES.rst @@ -0,0 +1,11 @@ +Changelog for MCEdit2 +===================== + +2.0.0a1.dev0 (unreleased) +------------------------- + +- MCEdit was rewritten nearly from scratch +- Selections are no longer limited to cuboid boxes and can take any shape +- Multiple objects may be imported and positioned before placing them into the world +- Many editable parts of a world also have NBT editors for low level editing +- And more... diff --git a/version.txt b/version.txt index 009ff11..f8f8b7e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0.0a1 +2.0.0a1.dev0