Skip to content

Commit

Permalink
Update changelog to represent refactoring of server/client
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Dec 11, 2017
1 parent f00bcc6 commit b60f06a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Rojo Change Log

## Current Master
* Fixed using a service as the target of a partition (part of #11)
* There are still cases that will trigger errors, like putting an `init.lua` file inside of a service.
* **Note that the contents of the service will be synced with the filesystem, so any existing items will be deleted!**
* Factored out the plugin into a separate repository
* Fixed server when using a file as a partition
* Previously, trailing slashes were put on the end of a partition even if the read request was an empty string. This broke file reading on Windows when a partition pointed to a file instead of a directory!
* Started running automatic tests on Travis CI (#9)
* This is only for the server right now
* Soon, I'll upgrade [Lemur](http://github.com/LPGhatguy/Lemur) to have APIs necessary for testing plugins and start testing the plugion portion of Rojo as well.

## 0.2.3
* Plugin only release
Expand Down

0 comments on commit b60f06a

Please sign in to comment.