Skip to content

Commit

Permalink
Changing readme and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
marmy28 committed Oct 15, 2015
1 parent 8c164d0 commit bed33d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 1 addition & 5 deletions README.md
Expand Up @@ -33,8 +33,4 @@ Contributions are welcome. Feel free to fork and pull request!

+ The getter and setter should have the same name. The private member should have the same name as the getter and setter but starting with an underscore. Look at any of the examples on [the wiki](https://github.com/marmy28/db_constraints/wiki/examples_from_zetcode1) if this wording does not make sense.
+ You may only foreign key to the referenced class' clustered index. If you foreign key to id's and mark all your id's as primary keys then you do not need to worry about this.

## Future
- [ ] Add in struct functionality
- [ ] Auto increment (possibly)
- [ ] Nested classes
+ Cannot use structs until std.signals can work with structs.
3 changes: 2 additions & 1 deletion changelog.md
@@ -1,10 +1,11 @@
# Change log

## 0.0.5 (release date: 2015-??-??)
## 0.0.5 (release date: 2015-10-15)

### Misc.

* No longer required to define dup() unless you change the clustered index
* Removed source/app.d since this would cause name conflicts (sorry about this)

## 0.0.4 (release date: 2015-10-12)

Expand Down

0 comments on commit bed33d2

Please sign in to comment.