Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

Commit

Permalink
udpate changelog and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjoeconway committed Jul 20, 2017
1 parent a3ee59e commit 8c0b0e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

- Adds `Response.bufferOutput` to control whether the HTTP response bytes are buffered.
- Adds `whereNot` to apply an inverse to other `Query.where` expression, e.g. `whereNot(whereIn(["a", "b"]))`.
- Fixes bug where subclassing `ManagedObjectController` didn't work.
- Renames `ResourceRegistry` to `ServiceRegistry`.
- Improves feedback and interface for `package:aqueduct/test.dart`.

## 2.3.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In-depth documentation is available [here](https://aqueduct.io/docs).

aqueduct create my_project

Open the project directory in an [IntelliJ IDE](https://www.jetbrains.com/idea/download/), [Atom](https://atom.io) or [Visual Studio Code](https://code.visualstudio.com). All three IDEs have a Dart plugin.
Open the project directory in an [IntelliJ IDE](https://www.jetbrains.com/idea/download/), [Atom](https://atom.io) or [Visual Studio Code](https://code.visualstudio.com). All three IDEs have a Dart plugin. IntelliJ IDEA is preferred and has [file and code templates](https://aqueduct.io/docs/intellij/) specific to Aqueduct.

## Tutorials, Documentation and Examples

Expand Down

0 comments on commit 8c0b0e3

Please sign in to comment.