| OLD | NEW |
| 1 ## 0.3.1 | 1 ## 0.3.1 |
| 2 | 2 |
| 3 * Added optional `port` argument to `runAppEngine`. | 3 * Added optional `port` argument to `runAppEngine`. |
| 4 * Removed the call to `/bin/hostname`. |
| 4 | 5 |
| 5 ## 0.3.0+1 | 6 ## 0.3.0+1 |
| 6 | 7 |
| 7 * Widen dependency constraint on `package:logging`. | 8 * Widen dependency constraint on `package:logging`. |
| 8 | 9 |
| 9 ## 0.3.0 | 10 ## 0.3.0 |
| 10 | 11 |
| 11 * Pass the memcache expiration time to the memcache service. Before the | 12 * Pass the memcache expiration time to the memcache service. Before the |
| 12 expiration argument to Memcache.set and Memcache.setAll was ignored. | 13 expiration argument to Memcache.set and Memcache.setAll was ignored. |
| 13 | 14 |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 | 74 |
| 74 * Use datastore/db APIs from package:gcloud | 75 * Use datastore/db APIs from package:gcloud |
| 75 * simplified annotation system | 76 * simplified annotation system |
| 76 * paging-based query API | 77 * paging-based query API |
| 77 * Added module service | 78 * Added module service |
| 78 * Some bugfixes | 79 * Some bugfixes |
| 79 | 80 |
| 80 ## 0.1.0 | 81 ## 0.1.0 |
| 81 | 82 |
| 82 * Alpha release | 83 * Alpha release |
| OLD | NEW |